X-Git-Url: http://sigrok.org/gitweb/?a=blobdiff_plain;f=Makefile.am;h=68dbed5370c896d8a297527548ad362f3135594b;hb=f6b59690146fc45050cef965a6be1590b47852b9;hp=beeb0c354b3666815448d4e3a0bafef50ab90db5;hpb=d375b3c3ec01c246dbf6f0827c33aafc0953431b;p=libsigrok.git diff --git a/Makefile.am b/Makefile.am index beeb0c35..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,13 +22,12 @@ ACLOCAL_AMFLAGS = -I autostuff AM_CPPFLAGS = -I$(top_srcdir) -SUBDIRS = contrib hardware input output +SUBDIRS = contrib hardware input output tests lib_LTLIBRARIES = libsigrok.la libsigrok_la_SOURCES = \ backend.c \ - datastore.c \ device.c \ session.c \ session_file.c \ @@ -37,8 +36,9 @@ libsigrok_la_SOURCES = \ filter.c \ strutil.c \ log.c \ - version.c - error.c + version.c \ + error.c \ + std.c libsigrok_la_LIBADD = \ $(LIBOBJS) \ @@ -55,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