X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=hardware%2Fserial-dmm%2FMakefile.am;h=a0355d80e665010c3e6de6c9cb5583959b422ae0;hb=9ad05e6cd28e5a4c7cc4f38d2dcb561a14bb5563;hp=7fede239d3f657b73c2ef876823934398705beb9;hpb=21a7f2692e09269edd872bca4e25a9d06b67c0e5;p=libsigrok.git diff --git a/hardware/serial-dmm/Makefile.am b/hardware/serial-dmm/Makefile.am index 7fede239..a0355d80 100644 --- a/hardware/serial-dmm/Makefile.am +++ b/hardware/serial-dmm/Makefile.am @@ -1,5 +1,5 @@ ## -## This file is part of the sigrok project. +## This file is part of the libsigrok project. ## ## Copyright (C) 2012 Alexandru Gagniuc ## @@ -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