]> sigrok.org Git - libsigrok.git/blobdiff - hardware/demo/Makefile.am
configure: Add --enable-demo option.
[libsigrok.git] / hardware / demo / Makefile.am
index 28287baf4d182e35992f71ea816906d3c162df9f..025c1648c3d50c234ec6cc96e66561b452b1157f 100644 (file)
@@ -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
 
@@ -26,3 +28,5 @@ libsigrokhwdemo_la_SOURCES = \
 libsigrokhwdemo_la_CFLAGS = \
        -I$(top_srcdir)/libsigrok
 
+endif
+