X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=Makefile.am;h=62fba50f120444f2c39fda079654b3d66d0cd21b;hb=016e72f30e21fbec6a1097318ab36877b2c140af;hp=503233b7eab610d214605c7098610d9caff6d874;hpb=bd58d8f3ece91443d5e98a7e99fd740767ed6222;p=libsigrok.git diff --git a/Makefile.am b/Makefile.am index 503233b7..62fba50f 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,7 +55,7 @@ noinst_HEADERS = libsigrok-internal.h pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = libsigrok.pc -EXTRA_DIST = Doxyfile +EXTRA_DIST = Doxyfile HACKING README.devices MAINTAINERCLEANFILES = ChangeLog