aboutsummaryrefslogtreecommitdiff
path: root/examples.api
diff options
context:
space:
mode:
Diffstat (limited to 'examples.api')
-rw-r--r--examples.api/Makefile.in (renamed from examples.api/Makefile)3
1 files changed, 2 insertions, 1 deletions
diff --git a/examples.api/Makefile b/examples.api/Makefile.in
index a7cc6d1..6e35a3f 100644
--- a/examples.api/Makefile
+++ b/examples.api/Makefile.in
@@ -1,6 +1,7 @@
CFLAGS+= -Wall -g
CFLAGS+= -I..
-LDLIBS += -L.. -ljim
+LDFLAGS += @LDFLAGS@
+LDLIBS += -L.. -ljim @LDLIBS@
EXAMPLES= \
jim_command \