1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-12-04 14:46:47 -05:00

[images] download.c -> download.cpp

This commit is contained in:
Witold Filipczyk 2023-08-11 12:28:35 +02:00
parent a3605dfe50
commit 7e8ffa940c
3 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
top_builddir=../.. top_builddir=../..
include $(top_builddir)/Makefile.config include $(top_builddir)/Makefile.config
OBJS = download.o history.o location.o session.obj task.o OBJS = download.obj history.o location.o session.obj task.o
include $(top_srcdir)/Makefile.lib include $(top_srcdir)/Makefile.lib

View File

@ -1 +1 @@
srcs += files('download.c', 'history.c', 'location.c', 'session.cpp', 'task.c') srcs += files('download.cpp', 'history.c', 'location.c', 'session.cpp', 'task.c')