X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/blobdiff_plain/eb5f83f45eb2ff415ededbb30187fec8c3e71010..3fbdc96d45fbf2abcc93ed2e8ad206bc540be92b:/lib/Makefile.am diff --git a/lib/Makefile.am b/lib/Makefile.am index d28a3b0..8715bb0 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -74,6 +74,7 @@ libdisorder_a_SOURCES=charset.c charset.h \ unidata.h unidata.c \ vacopy.h \ vector.c vector.h \ + version.c version.h \ wav.h wav.c \ wstat.c wstat.h \ disorder.h @@ -84,7 +85,7 @@ version-string: ../config.status ${top_srcdir}/scripts/make-version-string echo rm -f $@.new; rm -f $@.new; else \ echo mv $@.new $@; mv $@.new $@; fi -version.h: version-string ${top_srcdir}/scripts/text2c +versionstring.h: version-string ${top_srcdir}/scripts/text2c ${top_srcdir}/scripts/text2c -extern disorder_version_string \ version-string > $@.new @if cmp $@.new $@; then \ @@ -104,8 +105,8 @@ definitions.h: Makefile @if cmp $@.new $@; then \ echo rm -f $@.new; rm -f $@.new; else \ echo mv $@.new $@; mv $@.new $@; fi -defs.o: definitions.h version.h -defs.lo: definitions.h version.h +defs.o: definitions.h versionstring.h +defs.lo: definitions.h versionstring.h test_SOURCES=test.c memgc.c test.h t-addr.c t-basen.c t-cache.c \ t-casefold.c t-cookies.c t-filepart.c t-hash.c t-heap.c \