X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=hardware%2Fdemo%2FMakefile.am;h=025c1648c3d50c234ec6cc96e66561b452b1157f;hb=cdbc51d97d027c3889aad43c9d9ed3344cfb5a91;hp=28287baf4d182e35992f71ea816906d3c162df9f;hpb=340f6e7aeaf0c6cbbb27c5b535787bd09407994b;p=libsigrok.git diff --git a/hardware/demo/Makefile.am b/hardware/demo/Makefile.am index 28287baf..025c1648 100644 --- a/hardware/demo/Makefile.am +++ b/hardware/demo/Makefile.am @@ -17,6 +17,8 @@ ## along with this program. If not, see . ## +if LA_DEMO + # Local lib, this is NOT meant to be installed! noinst_LTLIBRARIES = libsigrokhwdemo.la @@ -26,3 +28,5 @@ libsigrokhwdemo_la_SOURCES = \ libsigrokhwdemo_la_CFLAGS = \ -I$(top_srcdir)/libsigrok +endif +