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