X-Git-Url: http://sigrok.org/gitweb/?a=blobdiff_plain;f=Makefile.am;h=3e5aadd7617a803e590c1495e0a9b5ae552505d1;hb=ddb1e153f7428431a55c426e8a6549ee4a29e7ba;hp=ad59c2d00a46c6cfafb5998cdfd41abdaac7da88;hpb=3f63165cbcd9e3e512a7f117a025c406147b0466;p=sigrok-gtk.git diff --git a/Makefile.am b/Makefile.am index ad59c2d..3e5aadd 100644 --- a/Makefile.am +++ b/Makefile.am @@ -17,6 +17,10 @@ ## along with this program. If not, see . ## +SUBDIRS = contrib doc + +ACLOCAL_AMFLAGS = -I autostuff + bin_PROGRAMS = sigrok-gtk sigrok_gtk_SOURCES = main.c log.c toolbar.c gtkcellrenderersignal.c \ @@ -41,3 +45,11 @@ endif .rc.o: $(WINDRES) -o $@ $^ +MAINTAINERCLEANFILES = ChangeLog + +.PHONY: ChangeLog +ChangeLog: + git --git-dir $(top_srcdir)/../.git log > ChangeLog || touch ChangeLog + +dist-hook: ChangeLog +