1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-06-26 01:15:37 +00:00
elinks/src/protocol/file/Makefile
2022-05-16 22:01:41 +02:00

10 lines
180 B
Makefile

top_builddir=../../..
include $(top_builddir)/Makefile.config
OBJS-$(CONFIG_CGI) += cgi.o
OBJS-$(CONFIG_DGI) += dgi.o
OBJS = file.o mailcap.o
include $(top_srcdir)/Makefile.lib