]> sigrok.org Git - libsigrok.git/blobdiff - hardware/demo/Makefile.am
GPL headers: Use correct project name.
[libsigrok.git] / hardware / demo / Makefile.am
index 28287baf4d182e35992f71ea816906d3c162df9f..d1759914dea965c8cb7dd1f64cea79bc32bb6f5b 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>
 ##
@@ -17,6 +17,8 @@
 ## along with this program.  If not, see <http://www.gnu.org/licenses/>.
 ##
 
+if LA_DEMO
+
 # Local lib, this is NOT meant to be installed!
 noinst_LTLIBRARIES = libsigrokhwdemo.la
 
@@ -24,5 +26,7 @@ libsigrokhwdemo_la_SOURCES = \
        demo.c
 
 libsigrokhwdemo_la_CFLAGS = \
-       -I$(top_srcdir)/libsigrok
+       -I$(top_srcdir)
+
+endif