1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-07-26 16:45:12 -04:00

[dos] doc.cpp -> dos.c

This commit is contained in:
Witold Filipczyk 2023-11-25 18:23:18 +01:00
parent 3d3e61a025
commit 25027fca0a
3 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
top_builddir=../../..
include $(top_builddir)/Makefile.config
OBJS = dos.obj
OBJS = dos.o
include $(top_srcdir)/Makefile.lib

View File

@ -2,4 +2,4 @@ configure_file(input : 'elinks.lsm.in',
output : 'elinks.lsm',
configuration : conf_data)
srcs += files('dos.cpp')
srcs += files('dos.c')