X-Git-Url: https://sigrok.org/gitweb/?p=sigrok-util.git;a=blobdiff_plain;f=source%2Fdrv-Makefile.am;h=a0bbc80a61e22eda25749d42c478cea1cc6ab0a6;hp=d1abe7dd14f9488fe1df422165a7db1eff5a59f0;hb=5c100b148be923f92c383b9fb233dfb4ba3b790e;hpb=4b527a01e5fbcf7fa69dcfa7a3ad2422bf9087b6 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