X-Git-Url: https://git.distorted.org.uk/~mdw/disorder/blobdiff_plain/22168975d6ccc4b603ad2bfbb5ea3d3d43a21a5f..66ec39ed3af82963f63f16942149b9ba79aebe29:/lib/Makefile.am diff --git a/lib/Makefile.am b/lib/Makefile.am index 4193315..e9f7e43 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -54,7 +54,7 @@ libdisorder_a_SOURCES=charset.c charset.h \ selection.c selection.h \ signame.c signame.h \ sink.c sink.h \ - speaker.c speaker.h \ + speaker-protocol.c speaker-protocol.h \ split.c split.h \ syscalls.c syscalls.h \ types.h \ @@ -78,7 +78,9 @@ definitions.h: Makefile echo "#define SBINDIR \"${sbindir}/\"" >> $@.new echo "#define BINDIR \"${bindir}/\"" >> $@.new echo "#define FINKBINDIR \"${finkbindir}/\"" >> $@.new - mv $@.new $@ + @if cmp $@.new $@; then \ + echo rm -f $@.new; rm -f $@.new; else \ + echo mv $@.new $@; mv $@.new $@; fi defs.o: definitions.h defs.lo: definitions.h @@ -93,4 +95,4 @@ check: test #test.i $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) -c $< > $@.new mv $@.new $@ -CLEANFILES=definitions.h +CLEANFILES=definitions.h definitions.h.new