X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=hardware%2Fagilent-dmm%2FMakefile.am;h=2702d6bbe217fe6b1e0bfbdd04cbf588928ec236;hb=9ad05e6cd28e5a4c7cc4f38d2dcb561a14bb5563;hp=9bdf3bb4771dc1401ed46de0fafa1109418479db;hpb=e93cdf428c6383b9868d08bdae07ff775bedd0c0;p=libsigrok.git diff --git a/hardware/agilent-dmm/Makefile.am b/hardware/agilent-dmm/Makefile.am index 9bdf3bb4..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 \ - agilentdmm.h \ + agilent-dmm.h \ sched.c -libsigrokhwagilentdmm_la_CFLAGS = \ +libsigrok_hw_agilent_dmm_la_CFLAGS = \ -I$(top_srcdir) endif