From 1c918cfffabb39f2ec977c46cef43c43072a5c3c Mon Sep 17 00:00:00 2001 From: Matt Turner Date: Fri, 4 Aug 2006 18:16:13 +0000 Subject: Add -DPIC to CFLAGS git-svn-id: svn://mattst88.com/svn/skygipp/trunk@3 a71248a0-261a-0410-b604-901f7c0bd773 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \ -- cgit v1.2.3