X-Git-Url: https://sigrok.org/gitweb/?p=libsigrokdecode.git;a=blobdiff_plain;f=Makefile.am;h=f6163629dc27cd8e22aa93c16981f2fd56c945ba;hp=5daf9d2a46726b7430e94afb015c77f0a94ca3db;hb=d5a4209da3f3dc35bb3f262818a46c19b524c711;hpb=a07128cc4b6c4cbdcc0c46263abe76d0e08e0882 diff --git a/Makefile.am b/Makefile.am index 5daf9d2..f616362 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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