]> sigrok.org Git - libsigrok.git/blobdiff - Makefile.am
probe names: Fix cosmetics, add docs, fix off-by-one.
[libsigrok.git] / Makefile.am
index a7dbb2325650b10a11671e5468879c4dafc82193..b9e0c0745b6cf1778b619efcaca1e78a09687732 100644 (file)
@@ -17,7 +17,7 @@
 ## along with this program.  If not, see <http://www.gnu.org/licenses/>.
 ##
 
-AM_CPPFLAGS = -I $(top_srcdir)/libsigrok
+AM_CPPFLAGS = -I$(top_srcdir)/libsigrok
 
 SUBDIRS = hardware input output firmware
 
@@ -28,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) \