]> sigrok.org Git - libsigrokdecode.git/blobdiff - Makefile.am
ds1307: Fix date/day-of-week printing.
[libsigrokdecode.git] / Makefile.am
index 5daf9d2a46726b7430e94afb015c77f0a94ca3db..f6163629dc27cd8e22aa93c16981f2fd56c945ba 100644 (file)
@@ -20,7 +20,7 @@
 
 ACLOCAL_AMFLAGS = -I autostuff
 
-SUBDIRS = decoders
+SUBDIRS = contrib decoders
 
 lib_LTLIBRARIES = libsigrokdecode.la
 
@@ -43,7 +43,7 @@ MAINTAINERCLEANFILES = ChangeLog
 
 .PHONY: ChangeLog
 ChangeLog:
-       git --git-dir $(top_srcdir)/../.git log > ChangeLog || touch ChangeLog
+       git --git-dir $(top_srcdir)/.git log > ChangeLog || touch ChangeLog
 
 dist-hook: ChangeLog