1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-06-20 00:15:31 +00:00

[session] session.cpp -> session.c

This commit is contained in:
Witold Filipczyk 2023-11-25 18:15:24 +01:00
parent aa86de0b6d
commit 1219e479b5
3 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
top_builddir=../..
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

View File

@ -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')