X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=hardware%2Fhantek-dso%2FMakefile.am;h=f890ae261fd4696020308841f91f32872595ae43;hb=9ad05e6cd28e5a4c7cc4f38d2dcb561a14bb5563;hp=6ce452f5076d7f34afd03e110e507f9443636283;hpb=50985c2019b2b5a6ce394589d89ee925b4f5e3a9;p=libsigrok.git diff --git a/hardware/hantek-dso/Makefile.am b/hardware/hantek-dso/Makefile.am index 6ce452f5..f890ae26 100644 --- a/hardware/hantek-dso/Makefile.am +++ b/hardware/hantek-dso/Makefile.am @@ -22,14 +22,14 @@ if HW_HANTEK_DSO AM_CPPFLAGS = -DFIRMWARE_DIR='"$(FIRMWARE_DIR)"' # Local lib, this is NOT meant to be installed! -noinst_LTLIBRARIES = libsigrokhw_hantek_dso.la +noinst_LTLIBRARIES = libsigrok_hw_hantek_dso.la -libsigrokhw_hantek_dso_la_SOURCES = \ +libsigrok_hw_hantek_dso_la_SOURCES = \ api.c \ dso.c \ dso.h -libsigrokhw_hantek_dso_la_CFLAGS = \ +libsigrok_hw_hantek_dso_la_CFLAGS = \ -I$(top_srcdir) endif