]> sigrok.org Git - libsigrok.git/blobdiff - hardware/common/Makefile.am
metex14: Use case-insensitive string compares.
[libsigrok.git] / hardware / common / Makefile.am
index 874b9e1beff7ee68595166453c48b21f990fe437..ca717510d5fb0796f95b5cd5c561cd9ba0549e44 100644 (file)
@@ -1,5 +1,5 @@
 ##
-## This file is part of the sigrok project.
+## This file is part of the libsigrok project.
 ##
 ## Copyright (C) 2011 Uwe Hermann <uwe@hermann-uwe.de>
 ##
 SUBDIRS = dmm
 
 # Local lib, this is NOT meant to be installed!
-noinst_LTLIBRARIES = libsigrokhwcommon.la
+noinst_LTLIBRARIES = libsigrok_hw_common.la
 
-libsigrokhwcommon_la_SOURCES = serial.c
+libsigrok_hw_common_la_SOURCES = serial.c
 
 if NEED_USB
-libsigrokhwcommon_la_SOURCES += ezusb.c usb.c
+libsigrok_hw_common_la_SOURCES += ezusb.c usb.c
 endif
 
-libsigrokhwcommon_la_LIBADD = dmm/libsigrok_hw_common_dmm.la
+libsigrok_hw_common_la_LIBADD = dmm/libsigrok_hw_common_dmm.la
 
-libsigrokhwcommon_la_CFLAGS = \
+libsigrok_hw_common_la_CFLAGS = \
        -I$(top_srcdir)