X-Git-Url: https://git.distorted.org.uk/~mdw/disorder/blobdiff_plain/7affb40735592998dc047f216b48f9b771e4df1a..89fa4d7bfe1d02662a65c4d16faa8a67a3e1041b:/lib/Makefile.am diff --git a/lib/Makefile.am b/lib/Makefile.am index 27ecb2c..ce28475 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -60,7 +60,6 @@ libdisorder_a_SOURCES=charset.c charset.h \ mem.c mem.h mem-impl.h \ mime.h mime.c \ mixer.c mixer.h mixer-oss.c mixer-alsa.c \ - plugin.c plugin.h \ printf.c printf.h \ asprintf.c fprintf.c snprintf.c \ queue.c queue.h \ @@ -75,7 +74,7 @@ libdisorder_a_SOURCES=charset.c charset.h \ speaker-protocol.c speaker-protocol.h \ split.c split.h \ syscalls.c syscalls.h \ - types.h \ + common.h \ table.c table.h \ timeval.h \ $(TRACKDB) trackdb.h trackdb-int.h \ @@ -113,6 +112,7 @@ definitions.h: Makefile echo "#define SBINDIR \"${sbindir}/\"" >> $@.new echo "#define BINDIR \"${bindir}/\"" >> $@.new echo "#define FINKBINDIR \"${finkbindir}/\"" >> $@.new + echo "#define SENDMAIL \"${SENDMAIL}\"" >> $@.new @if cmp $@.new $@; then \ echo rm -f $@.new; rm -f $@.new; else \ echo mv $@.new $@; mv $@.new $@; fi @@ -126,6 +126,7 @@ rebuild-unicode: $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) -c $< > $@.new mv $@.new $@ -CLEANFILES=definitions.h definitions.h.new +CLEANFILES=definitions.h definitions.h.new version-string versionstring.h \ + *.gcda *.gcov *.gcno EXTRA_DIST=trackdb.c trackdb-stub.c