X-Git-Url: https://sigrok.org/gitweb/?p=libsigrokdecode.git;a=blobdiff_plain;f=Makefile.am;h=f6163629dc27cd8e22aa93c16981f2fd56c945ba;hp=377b729fa2202932e36c07e7cf26acb9fbd7f36f;hb=d7dae84b94b597458f1dce0c126e31d5697234e6;hpb=0c081c63de28e694eeaeee613e7bfa17bee81bc7 diff --git a/Makefile.am b/Makefile.am index 377b729..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 @@ -39,11 +39,11 @@ pkgconfig_DATA = libsigrokdecode.pc EXTRA_DIST = Doxyfile -DISTCLEANFILES = ChangeLog +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