X-Git-Url: https://git.distorted.org.uk/~mdw/disorder/blobdiff_plain/9e42afcd09973d589b58be8f503f05b9f292c3b4..73df7db645fa36e1e6d732ec34b7020bc316248e:/lib/Makefile.am diff --git a/lib/Makefile.am b/lib/Makefile.am index 9d0ff9b..22a9097 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -16,6 +16,8 @@ # along with this program. If not, see . # +VPATH+=${top_srcdir}/common + noinst_LIBRARIES=libdisorder.a include_HEADERS=disorder.h @@ -52,7 +54,7 @@ libdisorder_a_SOURCES=charset.c charsetf.c charset.h \ heap.h \ hex.c hex.h \ hostname.c hostname.h \ - hreader.c hreader.h \ + hreader.h \ ifreq.c ifreq.h \ inputline.c inputline.h \ kvp.c kvp.h \ @@ -98,9 +100,11 @@ libdisorder_a_SOURCES=charset.c charsetf.c charset.h \ vector.c vector.h \ version.c version.h \ versionstring.c \ - wav.h wav.c \ + wav.h \ wstat.c wstat.h \ disorder.h +nodist_libdisorder_a_SOURCES=hreader.c \ + wav.c version-string: ../config.status ${top_srcdir}/scripts/make-version-string CC="${CC}" ${top_srcdir}/scripts/make-version-string > $@.new @@ -142,7 +146,7 @@ client.o: client-stubs.c rebuild-unicode: cd ${srcdir} && ${top_srcdir}/scripts/make-unidata -CLEANFILES=definitions.h definitions.h.new version-string versionstring.h \ +CLEANFILES=definitions.h definitions.h.new version-string versionstring.[ch] \ *.gcda *.gcov *.gcno *.c.html index.html EXTRA_DIST=trackdb.c trackdb-stub.c client-stubs.c eclient-stubs.c \