]> sigrok.org Git - libsigrok.git/blobdiff - Makefile.am
Change prototype of sr_trigger_new to take const char *.
[libsigrok.git] / Makefile.am
index a34985e7ef4bf166004aa095f055f72008852bea..322be597dbc3cabc2627a3f0f7acdf77cf5e7d9d 100644 (file)
@@ -31,6 +31,7 @@ libsigrok_la_SOURCES = \
        session.c \
        session_file.c \
        session_driver.c \
+       drivers.c \
        hwdriver.c \
        trigger.c \
        soft-trigger.c \
@@ -248,7 +249,7 @@ libsigrok_la_SOURCES += \
        hardware/norma-dmm/protocol.c \
        hardware/norma-dmm/api.c
 endif
-if HW_OLS
+if HW_OPENBENCH_LOGIC_SNIFFER
 libsigrok_la_SOURCES += \
        hardware/openbench-logic-sniffer/protocol.h \
        hardware/openbench-logic-sniffer/protocol.c \
@@ -332,7 +333,10 @@ libsigrok_la_LIBADD = $(LIBOBJS)
 libsigrok_la_LDFLAGS = $(SR_LIB_LDFLAGS)
 
 library_includedir = $(includedir)/libsigrok
-library_include_HEADERS = libsigrok.h proto.h version.h
+library_include_HEADERS = \
+       include/libsigrok/libsigrok.h \
+       include/libsigrok/proto.h \
+       include/libsigrok/version.h
 noinst_HEADERS = libsigrok-internal.h
 
 pkgconfigdir = $(libdir)/pkgconfig