X-Git-Url: http://sigrok.org/gitweb/?a=blobdiff_plain;f=Makefile.am;h=322be597dbc3cabc2627a3f0f7acdf77cf5e7d9d;hb=00ebcbf48a775e56b6e73a39e69af390db547865;hp=a34985e7ef4bf166004aa095f055f72008852bea;hpb=0acdd79357633e90bb1a398e246ad96b39dceda9;p=libsigrok.git diff --git a/Makefile.am b/Makefile.am index a34985e7..322be597 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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