X-Git-Url: https://git.distorted.org.uk/~mdw/disorder/blobdiff_plain/7e9608832e6d7f5be6dc176295b3a4c0507444e6..375d9478a5b6b14bfb5f6e1a054e900a18e40717:/lib/Makefile.am diff --git a/lib/Makefile.am b/lib/Makefile.am index 11040db..ff0eb8b 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -52,6 +52,7 @@ libdisorder_a_SOURCES=charset.c charset.h \ heap.h \ hex.c hex.h \ hostname.c hostname.h \ + hreader.c hreader.h \ ifreq.c ifreq.h \ inputline.c inputline.h \ kvp.c kvp.h \ @@ -136,10 +137,6 @@ defs.lo: definitions.h versionstring.h rebuild-unicode: cd ${srcdir} && ${top_srcdir}/scripts/make-unidata -%.i: %.c - $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) -c $< > $@.new - mv $@.new $@ - CLEANFILES=definitions.h definitions.h.new version-string versionstring.h \ *.gcda *.gcov *.gcno *.c.html index.html