X-Git-Url: http://sigrok.org/gitweb/?a=blobdiff_plain;f=Makefile.am;h=b9e0c0745b6cf1778b619efcaca1e78a09687732;hb=b7f09cf86dd57a59dc1bdece2cac9e4a176900b1;hp=8095ff2cd4d6352a9b3b6c76a34f21f4e398ffad;hpb=7d6588743503514c9de5c4fc8a511e9b0bdad7e6;p=libsigrok.git diff --git a/Makefile.am b/Makefile.am index 8095ff2c..b9e0c074 100644 --- a/Makefile.am +++ b/Makefile.am @@ -17,7 +17,7 @@ ## along with this program. If not, see . ## -AM_CPPFLAGS = -I $(top_srcdir)/libsigrok +AM_CPPFLAGS = -I$(top_srcdir)/libsigrok SUBDIRS = hardware input output firmware @@ -32,7 +32,8 @@ libsigrok_la_SOURCES = \ session_driver.c \ hwplugin.c \ filter.c \ - strutil.c + strutil.c \ + log.c libsigrok_la_LIBADD = \ $(LIBOBJS) \