summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDaniel Carl <danielcarl@gmx.de>2014-06-08 01:49:12 +0200
committerDaniel Carl <danielcarl@gmx.de>2014-06-08 01:49:12 +0200
commit06ea1d658224545883b87ec903fbfac2653c45fa (patch)
tree54a9e7ad86a568861f24dfea5a5da98be320bbb2 /Makefile
parent197d846a552f328794c07a8581cce3b300fb7d07 (diff)
Added test for key mapping.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 7c4ab04..ff2cdc5 100644
--- a/Makefile
+++ b/Makefile
@@ -63,7 +63,7 @@ $(DTARGET): $(DOBJ)
$(LIBTARGET): $(LOBJ)
@echo "$(CC) tests/$@"
- @$(CC) -shared ${LOBJ} -o ./tests/$(LIBTARGET)
+ @$(CC) -shared ${LOBJ} -o ./tests/$(LIBTARGET) $(LDFLAGS)
src/config.h:
@echo create $@ from src/config.def.h
@@ -79,6 +79,6 @@ src/config.h:
%.lo: %.c %.h
@echo "${CC} $@"
- @$(CC) $(CFLAGS) -fPIC -c -o $@ $<
+ @$(CC) -DTESTLIB $(DFLAGS) -fPIC -c -o $@ $<
.PHONY: clean debug all install uninstall options dist test