summaryrefslogtreecommitdiff
path: root/plugins/libparser
diff options
context:
space:
mode:
authorGravatar Alexey Yakovenko <waker@users.sourceforge.net>2013-10-05 13:03:07 +0200
committerGravatar Alexey Yakovenko <waker@users.sourceforge.net>2013-10-05 13:03:07 +0200
commit2bea21542329f817cbcf4274b57eb7bd658d497f (patch)
treec2fdd4c37d2a143ddb90e272d02aa34f9aeab418 /plugins/libparser
parent92a1c90cd0deee0131e5b6ab11ba8b449695cdac (diff)
x64 compile fix
Diffstat (limited to 'plugins/libparser')
-rw-r--r--plugins/libparser/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/libparser/Makefile.am b/plugins/libparser/Makefile.am
index 11ba1c3a..1009e8ad 100644
--- a/plugins/libparser/Makefile.am
+++ b/plugins/libparser/Makefile.am
@@ -1,2 +1,3 @@
noinst_LIBRARIES = libparser.a
libparser_a_SOURCES = parser.c parser.h
+libparser_a_CFLAGS = -fPIC