1
0
mirror of https://github.com/rkd77/elinks.git synced 2025-04-18 00:47:36 -04:00
elinks/src/encoding/Makefile
2005-10-20 04:00:35 +02:00

10 lines
177 B
Makefile

top_builddir=../..
include $(top_builddir)/Makefile.config
OBJS-$(CONFIG_BZIP2) += bzip2.o
OBJS-$(CONFIG_GZIP) += gzip.o
OBJS = encoding.o
include $(top_srcdir)/Makefile.lib