]> sigrok.org Git - sigrok-gtk.git/blobdiff - Makefile.am
Update .gitignore file.
[sigrok-gtk.git] / Makefile.am
index cd225dcc44bf9292b0d251e6c3a47960a5c614c2..3e5aadd7617a803e590c1495e0a9b5ae552505d1 100644 (file)
@@ -17,6 +17,8 @@
 ## along with this program.  If not, see <http://www.gnu.org/licenses/>.
 ##
 
+SUBDIRS = contrib doc
+
 ACLOCAL_AMFLAGS = -I autostuff
 
 bin_PROGRAMS = sigrok-gtk
@@ -43,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
+