mirror of
https://github.com/rkd77/elinks.git
synced 2025-01-03 14:57:44 -05:00
[session] session.cpp -> session.c
This commit is contained in:
parent
aa86de0b6d
commit
1219e479b5
@ -1,6 +1,6 @@
|
|||||||
top_builddir=../..
|
top_builddir=../..
|
||||||
include $(top_builddir)/Makefile.config
|
include $(top_builddir)/Makefile.config
|
||||||
|
|
||||||
OBJS = download.obj history.o location.o session.obj task.o
|
OBJS = download.obj history.o location.o session.o task.o
|
||||||
|
|
||||||
include $(top_srcdir)/Makefile.lib
|
include $(top_srcdir)/Makefile.lib
|
||||||
|
@ -1 +1 @@
|
|||||||
srcs += files('download.cpp', 'history.c', 'location.c', 'session.cpp', 'task.c')
|
srcs += files('download.cpp', 'history.c', 'location.c', 'session.c', 'task.c')
|
||||||
|
Loading…
Reference in New Issue
Block a user