X-Git-Url: http://sigrok.org/gitweb/?a=blobdiff_plain;f=hardware%2Fhantek-dso%2FMakefile.am;h=f890ae261fd4696020308841f91f32872595ae43;hb=9ad05e6cd28e5a4c7cc4f38d2dcb561a14bb5563;hp=4bba3434ee25fc8e647e24e6c2073b9af53c368b;hpb=3b533202c8b32fbe785906e9930959aae077aeff;p=libsigrok.git diff --git a/hardware/hantek-dso/Makefile.am b/hardware/hantek-dso/Makefile.am index 4bba3434..f890ae26 100644 --- a/hardware/hantek-dso/Makefile.am +++ b/hardware/hantek-dso/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 Bert Vermeulen ## @@ -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