X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=source%2Fdrv-Makefile.am;h=a0bbc80a61e22eda25749d42c478cea1cc6ab0a6;hb=ad1407b5c526254d604c2d22d48cf6190a47a7b0;hp=d1abe7dd14f9488fe1df422165a7db1eff5a59f0;hpb=4b527a01e5fbcf7fa69dcfa7a3ad2422bf9087b6;p=sigrok-util.git diff --git a/source/drv-Makefile.am b/source/drv-Makefile.am index d1abe7d..a0bbc80 100644 --- a/source/drv-Makefile.am +++ b/source/drv-Makefile.am @@ -20,14 +20,14 @@ if HW_${upper} # Local lib, this is NOT meant to be installed! -noinst_LTLIBRARIES = libsigrokhw${lib}.la +noinst_LTLIBRARIES = libsigrok_hw_${lib}.la -libsigrokhw${lib}_la_SOURCES = \ +libsigrok_hw_${lib}_la_SOURCES = \ api.c \ protocol.c \ protocol.h -libsigrokhw${lib}_la_CFLAGS = \ +libsigrok_hw_${lib}_la_CFLAGS = \ -I$(top_srcdir) endif