]> sigrok.org Git - libsigrok.git/blobdiff - Makefile.am
sr/srd: Move some files to their resp. dirs.
[libsigrok.git] / Makefile.am
index 8095ff2cd4d6352a9b3b6c76a34f21f4e398ffad..24e88d8c63e43f7f5dacd224fa5654944f8b480c 100644 (file)
 ## along with this program.  If not, see <http://www.gnu.org/licenses/>.
 ##
 
-AM_CPPFLAGS = -I $(top_srcdir)/libsigrok
+ACLOCAL_AMFLAGS = -I m4
 
-SUBDIRS = hardware input output firmware
+AM_CPPFLAGS = -I$(top_srcdir)/libsigrok
+
+SUBDIRS = contrib hardware input output firmware
 
 lib_LTLIBRARIES = libsigrok.la
 
@@ -32,7 +34,8 @@ libsigrok_la_SOURCES = \
        session_driver.c \
        hwplugin.c \
        filter.c \
-       strutil.c
+       strutil.c \
+       log.c
 
 libsigrok_la_LIBADD = \
        $(LIBOBJS) \