X-Git-Url: http://sigrok.org/gitweb/?a=blobdiff_plain;f=Makefile.am;h=a4d1457ac781c0fc74d74707765b08f679d4e3d9;hb=1fe3e6cc2add04d9a4b7fd314cf75b619594b127;hp=ad59c2d00a46c6cfafb5998cdfd41abdaac7da88;hpb=3f63165cbcd9e3e512a7f117a025c406147b0466;p=sigrok-gtk.git diff --git a/Makefile.am b/Makefile.am index ad59c2d..a4d1457 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,5 @@ ## -## This file is part of the sigrok project. +## This file is part of the sigrok-gtk project. ## ## Copyright (C) 2010 Bert Vermeulen ## @@ -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 +