X-Git-Url: http://sigrok.org/gitweb/?a=blobdiff_plain;f=Makefile.am;h=e6f2cede510879cb298e5ab324af271669486e89;hb=8c664ca2d7b4faffa7b3dbeb3b9e491976c24eee;hp=ccaa2dbe04be9e8f2b805d4bfa83a0444af6da5f;hpb=ab13922ca9fa2fc03e2a355166af5732f8e8a009;p=libsigrokdecode.git diff --git a/Makefile.am b/Makefile.am index ccaa2db..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,12 +20,12 @@ ACLOCAL_AMFLAGS = -I autostuff -SUBDIRS = decoders +SUBDIRS = contrib decoders lib_LTLIBRARIES = libsigrokdecode.la libsigrokdecode_la_SOURCES = controller.c decoder.c log.c util.c exception.c \ - module_sigrokdecode.c type_decoder.c type_logic.c + module_sigrokdecode.c type_decoder.c type_logic.c version.c libsigrokdecode_la_CPPFLAGS = $(CPPFLAGS_PYTHON) \ -DDECODERS_DIR='"$(DECODERS_DIR)"' @@ -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