summaryrefslogtreecommitdiffstats
path: root/flashtools/Makefile
diff options
context:
space:
mode:
authorTroy A. Griffitts <scribe@crosswire.org>2007-10-27 21:47:05 +0000
committerTroy A. Griffitts <scribe@crosswire.org>2007-10-27 21:47:05 +0000
commitb485b78f1ada861fdade27b5fdaeb7a7cea6d026 (patch)
treee2a8686b9679a34e024aec437436bc4aa825ed19 /flashtools/Makefile
parentbbec09d36f4f10f26160897a524590bc7ceaa35e (diff)
downloadsword-tools-b485b78f1ada861fdade27b5fdaeb7a7cea6d026.tar.gz
updated to take command line args
change .conf strategy git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@115 07627401-56e2-0310-80f4-f8cd0041bdcd
Diffstat (limited to 'flashtools/Makefile')
-rw-r--r--flashtools/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/flashtools/Makefile b/flashtools/Makefile
index 47852f0..dc41e0a 100644
--- a/flashtools/Makefile
+++ b/flashtools/Makefile
@@ -7,6 +7,6 @@ clean:
rm $(TARGETS)
.cpp:
- g++ -g `pkg-config --static --cflags sword` $< -o $@ `pkg-config --static --libs sword`
+ g++ -g `pkg-config --cflags sword` $< -o $@ `pkg-config --libs sword`