X-Git-Url: http://sigrok.org/gitweb/?a=blobdiff_plain;f=hardware%2Fserial-dmm%2FMakefile.am;h=a0355d80e665010c3e6de6c9cb5583959b422ae0;hb=94e9021b3ee2d18ef0480c6fa95f0d950cf12eb9;hp=53013f29ad189fae6638cb83c28bda1086fdd06f;hpb=50985c2019b2b5a6ce394589d89ee925b4f5e3a9;p=libsigrok.git diff --git a/hardware/serial-dmm/Makefile.am b/hardware/serial-dmm/Makefile.am index 53013f29..a0355d80 100644 --- a/hardware/serial-dmm/Makefile.am +++ b/hardware/serial-dmm/Makefile.am @@ -20,14 +20,14 @@ if HW_SERIAL_DMM # Local lib, this is NOT meant to be installed! -noinst_LTLIBRARIES = libsigrokhwserialdmm.la +noinst_LTLIBRARIES = libsigrok_hw_serial_dmm.la -libsigrokhwserialdmm_la_SOURCES = \ +libsigrok_hw_serial_dmm_la_SOURCES = \ api.c \ protocol.c \ protocol.h -libsigrokhwserialdmm_la_CFLAGS = \ +libsigrok_hw_serial_dmm_la_CFLAGS = \ -I$(top_srcdir) endif