X-Git-Url: http://sigrok.org/gitweb/?a=blobdiff_plain;f=Makefile.am;h=9bab81dd34221f4b5d00c80a159ceac573f2678c;hb=12e7abe2197e303c484de0fa61bf2c2a96e3f596;hp=1f51684f446e3be2734685b881f20de7c63e3907;hpb=522381a343f3708e3bb65fd39e35ff0484b64065;p=libsigrok.git diff --git a/Makefile.am b/Makefile.am index 1f51684f..9bab81dd 100644 --- a/Makefile.am +++ b/Makefile.am @@ -381,6 +381,12 @@ src_libdrivers_la_SOURCES += \ src/hardware/hp-3478a/protocol.c \ src/hardware/hp-3478a/api.c endif +if HW_HP_59306A +src_libdrivers_la_SOURCES += \ + src/hardware/hp-59306a/protocol.h \ + src/hardware/hp-59306a/protocol.c \ + src/hardware/hp-59306a/api.c +endif if HW_HUNG_CHANG_DSO_2100 src_libdrivers_la_SOURCES += \ src/hardware/hung-chang-dso-2100/protocol.h \