X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=Makefile.am;h=68dbed5370c896d8a297527548ad362f3135594b;hb=967760a8937e997ba9d7b729442f882947be154e;hp=d7a146f01324aed80f2462339b58ff95021c9866;hpb=6936ee4206817dbf07fdb8524172bdb46d21c5c0;p=libsigrok.git diff --git a/Makefile.am b/Makefile.am index d7a146f0..68dbed53 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 libsigrok project. ## ## Copyright (C) 2010-2012 Bert Vermeulen ## Copyright (C) 2012 Alexandru Gagniuc @@ -22,7 +22,7 @@ ACLOCAL_AMFLAGS = -I autostuff AM_CPPFLAGS = -I$(top_srcdir) -SUBDIRS = contrib hardware input output +SUBDIRS = contrib hardware input output tests lib_LTLIBRARIES = libsigrok.la @@ -37,7 +37,8 @@ libsigrok_la_SOURCES = \ strutil.c \ log.c \ version.c \ - error.c + error.c \ + std.c libsigrok_la_LIBADD = \ $(LIBOBJS) \ @@ -54,13 +55,13 @@ noinst_HEADERS = libsigrok-internal.h pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = libsigrok.pc -EXTRA_DIST = Doxyfile +EXTRA_DIST = Doxyfile README.devices 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