diff options
author | Tim Rice <tim@multitalents.net> | 2015-03-12 05:01:21 +0100 |
---|---|---|
committer | Arthur de Jong <arthur@arthurdejong.org> | 2015-03-23 22:45:39 +0100 |
commit | ae088307f15a0c0991c07734d500075938a09a51 (patch) | |
tree | 5d4320afbec7b1522a49547a6b07b69cf8ce51b1 /common | |
parent | fdbca17b2dba3579518f309b6028cc14ceb693c7 (diff) |
Use correct PIC arg for non-GCC compilers
Diffstat (limited to 'common')
-rw-r--r-- | common/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/Makefile.am b/common/Makefile.am index df90b8e..925f717 100644 --- a/common/Makefile.am +++ b/common/Makefile.am @@ -20,7 +20,7 @@ noinst_LIBRARIES = libtio.a libprot.a libdict.a libexpr.a AM_CPPFLAGS=-I$(top_srcdir) -AM_CFLAGS = -fPIC +AM_CFLAGS = $(PIC_CFLAGS) libtio_a_SOURCES = tio.c tio.h |