X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=hardware%2Fdemo%2FMakefile.am;h=9bb85dd72f660bb528fbf679d3b38a18199ba20d;hb=f1b296fcd290a53c269f5fb0d9e1a3480c1346b6;hp=28287baf4d182e35992f71ea816906d3c162df9f;hpb=340f6e7aeaf0c6cbbb27c5b535787bd09407994b;p=libsigrok.git diff --git a/hardware/demo/Makefile.am b/hardware/demo/Makefile.am index 28287baf..9bb85dd7 100644 --- a/hardware/demo/Makefile.am +++ b/hardware/demo/Makefile.am @@ -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 ## @@ -17,12 +17,16 @@ ## along with this program. If not, see . ## +if HW_DEMO + # Local lib, this is NOT meant to be installed! -noinst_LTLIBRARIES = libsigrokhwdemo.la +noinst_LTLIBRARIES = libsigrok4DSLogic_hw_demo.la -libsigrokhwdemo_la_SOURCES = \ +libsigrok4DSLogic_hw_demo_la_SOURCES = \ demo.c -libsigrokhwdemo_la_CFLAGS = \ - -I$(top_srcdir)/libsigrok +libsigrok4DSLogic_hw_demo_la_CFLAGS = \ + -I$(top_srcdir) + +endif