mirror of
https://github.com/rkd77/elinks.git
synced 2025-02-02 15:09:23 -05:00
[images] download.c -> download.cpp
This commit is contained in:
parent
a3605dfe50
commit
7e8ffa940c
@ -1,6 +1,6 @@
|
||||
top_builddir=../..
|
||||
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
|
||||
|
@ -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…
x
Reference in New Issue
Block a user