X-Git-Url: http://sigrok.org/gitweb/?a=blobdiff_plain;f=Makefile.am;h=322be597dbc3cabc2627a3f0f7acdf77cf5e7d9d;hb=00ebcbf48a775e56b6e73a39e69af390db547865;hp=0bda21322898bc43dad4799f1327fe565e035eba;hpb=8c21897f59b4b78e1caade7cf7b11318b11b3f8b;p=libsigrok.git diff --git a/Makefile.am b/Makefile.am index 0bda2132..322be597 100644 --- a/Makefile.am +++ b/Makefile.am @@ -31,7 +31,10 @@ libsigrok_la_SOURCES = \ session.c \ session_file.c \ session_driver.c \ + drivers.c \ hwdriver.c \ + trigger.c \ + soft-trigger.c \ strutil.c \ log.c \ version.c \ @@ -222,19 +225,31 @@ libsigrok_la_SOURCES += \ hardware/lascar-el-usb/protocol.c \ hardware/lascar-el-usb/api.c endif +if HW_MANSON_HCS_3XXX +libsigrok_la_SOURCES += \ + hardware/manson-hcs-3xxx/protocol.h \ + hardware/manson-hcs-3xxx/protocol.c \ + hardware/manson-hcs-3xxx/api.c +endif if HW_MIC_985XX libsigrok_la_SOURCES += \ hardware/mic-985xx/protocol.h \ hardware/mic-985xx/protocol.c \ hardware/mic-985xx/api.c endif +if HW_MOTECH_LPS_30X +libsigrok_la_SOURCES += \ + hardware/motech-lps-30x/protocol.h \ + hardware/motech-lps-30x/protocol.c \ + hardware/motech-lps-30x/api.c +endif if HW_NORMA_DMM libsigrok_la_SOURCES += \ hardware/norma-dmm/protocol.h \ 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 \ @@ -272,6 +287,12 @@ libsigrok_la_SOURCES += \ hardware/teleinfo/protocol.c \ hardware/teleinfo/api.c endif +if HW_TESTO +libsigrok_la_SOURCES += \ + hardware/testo/protocol.h \ + hardware/testo/protocol.c \ + hardware/testo/api.c +endif if HW_TONDAJ_SL_814 libsigrok_la_SOURCES += \ hardware/tondaj-sl-814/protocol.h \ @@ -312,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