summaryrefslogtreecommitdiff
path: root/ao-tools
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2012-08-07 11:48:20 -0700
committerKeith Packard <keithp@keithp.com>2012-08-07 11:48:20 -0700
commit4d4ad34aec0c75c66162b992f1e52947e4685730 (patch)
treeab7a29204eea195db77aa302fbe3e2012ef5049e /ao-tools
parentc7f228503870c44dfd278ede8b0980dbac73d3c7 (diff)
parent8e4ebd1f6eb928b5cb7bcda4ed88851aa9e61bdf (diff)
Merge remote-tracking branch 'mjb/master'
Diffstat (limited to 'ao-tools')
-rw-r--r--ao-tools/ao-stmload/Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/ao-tools/ao-stmload/Makefile.am b/ao-tools/ao-stmload/Makefile.am
index 375896ea..5aea7db4 100644
--- a/ao-tools/ao-stmload/Makefile.am
+++ b/ao-tools/ao-stmload/Makefile.am
@@ -1,3 +1,5 @@
+if LIBSTLINK
+
bin_PROGRAMS=ao-stmload
LIBSTLINKDIR=/local/src/stlink
@@ -9,3 +11,5 @@ ao_stmload_LDADD=$(LIBSTLINK_LIBS) $(LIBUSB_LIBS) -lelf
ao_stmload_SOURCES=ao-stmload.c
man_MANS = ao-stmload.1
+
+endif