summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gmail.com>2006-08-04 18:16:13 +0000
committerMatt Turner <mattst88@gmail.com>2006-08-04 18:16:13 +0000
commit1c918cfffabb39f2ec977c46cef43c43072a5c3c (patch)
tree335bccd8a0d621e1a799000bd6237518d142d141
parentdfa4a46bb0e6c6df9d07039fda5ef7f4309915b2 (diff)
Add -DPIC to CFLAGS
git-svn-id: svn://mattst88.com/svn/skygipp/trunk@3 a71248a0-261a-0410-b604-901f7c0bd773
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9a02f09..0684b24 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
CC=g++
-CPPFLAGS=-Os -pipe -fPIC
+CPPFLAGS=-Os -pipe -fPIC -DPIC
LDFLAGS=-Wl,-O1
OBJECTS=widget.o widgetbutton.o widgetcheckbox.o widgetform.o \