X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=Makefile.am;h=c01801e40fd72ee906162a09ac3122629b749d9e;hb=896a19fd65790093b60ece2d1bdd36caba74eaf8;hp=94672f333618981728d3ecabb875824497b71356;hpb=bffed4fc107358b11ab007ef2cdef851572680ef;p=libsigrok.git diff --git a/Makefile.am b/Makefile.am index 94672f33..c01801e4 100644 --- a/Makefile.am +++ b/Makefile.am @@ -17,10 +17,9 @@ ## along with this program. If not, see . ## -AM_CPPFLAGS = -I $(top_srcdir)/libsigrok \ - -DFIRMWARE_DIR='"$(FIRMWARE_DIR)"' +AM_CPPFLAGS = -I $(top_srcdir)/libsigrok -SUBDIRS = hardware input output +SUBDIRS = hardware input output firmware lib_LTLIBRARIES = libsigrok.la @@ -29,8 +28,12 @@ libsigrok_la_SOURCES = \ datastore.c \ device.c \ session.c \ + session_file.c \ + session_driver.c \ hwplugin.c \ - filter.c + filter.c \ + strutil.c \ + log.c libsigrok_la_LIBADD = \ $(LIBOBJS) \ @@ -38,6 +41,8 @@ libsigrok_la_LIBADD = \ input/libsigrokinput.la \ output/libsigrokoutput.la +libsigrok_la_LDFLAGS = $(SIGROK_LT_LDFLAGS) + include_HEADERS = sigrok.h sigrok-proto.h noinst_HEADERS = sigrok-internal.h