X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=Makefile.am;h=e7b63efb8c648aa0cadff9d6d54194bd34fb2f76;hb=81a34976553e9c9d2c61563de939c20d1cca118f;hp=78ae7c7d50d4c3be5d2a3bd3f25ed77d7bc889fd;hpb=0e1a7fe91a9132ad586337bdd29d93eff4344edd;p=libsigrok.git diff --git a/Makefile.am b/Makefile.am index 78ae7c7d..e7b63efb 100644 --- a/Makefile.am +++ b/Makefile.am @@ -264,6 +264,12 @@ libsigrok_la_SOURCES += \ src/hardware/openbench-logic-sniffer/protocol.c \ src/hardware/openbench-logic-sniffer/api.c endif +if HW_PIPISTRELLO_OLS +libsigrok_la_SOURCES += \ + src/hardware/pipistrello-ols/protocol.h \ + src/hardware/pipistrello-ols/protocol.c \ + src/hardware/pipistrello-ols/api.c +endif if HW_RIGOL_DS libsigrok_la_SOURCES += \ src/hardware/rigol-ds/protocol.h \