X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=Makefile.am;h=c01801e40fd72ee906162a09ac3122629b749d9e;hb=1352eeddd4d164b58f2233ae109432b73faab539;hp=94790203c9e045c128277745c7232164cc40f60e;hpb=f95fd1aaf3830c4d1f451b4b15c56169c9e95b35;p=libsigrok.git diff --git a/Makefile.am b/Makefile.am index 94790203..c01801e4 100644 --- a/Makefile.am +++ b/Makefile.am @@ -17,8 +17,7 @@ ## 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 firmware @@ -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