summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Engelhardt <jengelh@medozas.de>2010-10-31 00:31:19 +0200
committerJan Engelhardt <jengelh@medozas.de>2010-10-31 00:31:19 +0200
commit4019ba00cc60b0e2cfb20e950f0cfa5a424d4bc0 (patch)
tree6c6eca369b510eabbd2f6b0cbfe505a8242efb40
parentf7cfd408bee4a14f705565a95f98caf3c35bd57e (diff)
build: remove -fPIC flag
libtool automatically adds PIC flags as needed. Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
-rw-r--r--Make_global.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Make_global.am b/Make_global.am
index 78a0e35..4aff85c 100644
--- a/Make_global.am
+++ b/Make_global.am
@@ -21,4 +21,4 @@
LIBVERSION=0:0:0
CPPFLAGS = -I$(top_srcdir)/include
-AM_CFLAGS=-fPIC -Wall -Wextra -Wno-unused-parameter
+AM_CFLAGS = -Wall -Wextra -Wno-unused-parameter