]> sigrok.org Git - libsigrokdecode.git/blobdiff - Makefile.am
HACKING: Document the @since Doxygen tag.
[libsigrokdecode.git] / Makefile.am
index 377b729fa2202932e36c07e7cf26acb9fbd7f36f..e6f2cede510879cb298e5ab324af271669486e89 100644 (file)
@@ -1,5 +1,5 @@
 ##
-## This file is part of the sigrok project.
+## This file is part of the libsigrokdecode project.
 ##
 ## Copyright (C) 2010 Uwe Hermann <uwe@hermann-uwe.de>
 ##
@@ -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