X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=hardware%2Fagilent-dmm%2FMakefile.am;h=2702d6bbe217fe6b1e0bfbdd04cbf588928ec236;hb=9ad05e6cd28e5a4c7cc4f38d2dcb561a14bb5563;hp=e4255dd904a63a93a3910e3c1e5130158e172b77;hpb=16d6e56d124dcedf7273212bbfab1aed6ac7e7aa;p=libsigrok.git diff --git a/hardware/agilent-dmm/Makefile.am b/hardware/agilent-dmm/Makefile.am index e4255dd9..2702d6bb 100644 --- a/hardware/agilent-dmm/Makefile.am +++ b/hardware/agilent-dmm/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 ## @@ -20,14 +20,14 @@ if HW_AGILENT_DMM # Local lib, this is NOT meant to be installed! -noinst_LTLIBRARIES = libsigrokhwagilentdmm.la +noinst_LTLIBRARIES = libsigrok_hw_agilent_dmm.la -libsigrokhwagilentdmm_la_SOURCES = \ +libsigrok_hw_agilent_dmm_la_SOURCES = \ api.c \ agilent-dmm.h \ sched.c -libsigrokhwagilentdmm_la_CFLAGS = \ +libsigrok_hw_agilent_dmm_la_CFLAGS = \ -I$(top_srcdir) endif