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