X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=Makefile.am;h=46b319d91fc32f74cd9c13fbc9e7bcf3eff6f7c5;hb=97fbf6704e5876f3cfbc519f05acaa2af65a6ff0;hp=94672f333618981728d3ecabb875824497b71356;hpb=bffed4fc107358b11ab007ef2cdef851572680ef;p=libsigrok.git diff --git a/Makefile.am b/Makefile.am index 94672f33..46b319d9 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,7 +1,7 @@ ## ## This file is part of the sigrok project. ## -## Copyright (C) 2010 Bert Vermeulen +## Copyright (C) 2010-2012 Bert Vermeulen ## ## This program is free software: you can redistribute it and/or modify ## it under the terms of the GNU General Public License as published by @@ -17,10 +17,11 @@ ## along with this program. If not, see . ## -AM_CPPFLAGS = -I $(top_srcdir)/libsigrok \ - -DFIRMWARE_DIR='"$(FIRMWARE_DIR)"' +ACLOCAL_AMFLAGS = -I autostuff -SUBDIRS = hardware input output +AM_CPPFLAGS = -I$(top_srcdir) + +SUBDIRS = contrib hardware input output firmware lib_LTLIBRARIES = libsigrok.la @@ -29,8 +30,12 @@ libsigrok_la_SOURCES = \ datastore.c \ device.c \ session.c \ - hwplugin.c \ - filter.c + session_file.c \ + session_driver.c \ + hwdriver.c \ + filter.c \ + strutil.c \ + log.c libsigrok_la_LIBADD = \ $(LIBOBJS) \ @@ -38,9 +43,13 @@ libsigrok_la_LIBADD = \ input/libsigrokinput.la \ output/libsigrokoutput.la +libsigrok_la_LDFLAGS = $(LIBSIGROK_LT_LDFLAGS) + include_HEADERS = sigrok.h sigrok-proto.h noinst_HEADERS = sigrok-internal.h pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = libsigrok.pc +EXTRA_DIST = Doxyfile +