X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=hardware%2Fhantek-dso%2FMakefile.am;fp=hardware%2Fhantek-dso%2FMakefile.am;h=f890ae261fd4696020308841f91f32872595ae43;hb=2a052cc4d68acac9ac4847adba219d418df628f1;hp=6ce452f5076d7f34afd03e110e507f9443636283;hpb=9e165e742fcaf247fe36644192194e59a02698aa;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