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:
parent
a3605dfe50
commit
7e8ffa940c
@ -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
|
||||||
|
@ -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')
|
||||||
|
Loading…
Reference in New Issue
Block a user