]> sigrok.org Git - libsigrok.git/blobdiff - Makefile.am
sr/srd: Move some files to their resp. dirs.
[libsigrok.git] / Makefile.am
index a7dbb2325650b10a11671e5468879c4dafc82193..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
 
@@ -28,8 +30,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) \