removed the forced -fPIC from mod/Makefile.am

This commit is contained in:
hyunghwan.chung 2018-01-19 08:45:25 +00:00
parent 74c5a1bb88
commit 84e91d5682
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ CPPFLAGS_COMMON = \
-I$(abs_builddir)/../lib \
-I$(abs_srcdir) \
-I$(abs_srcdir)/../lib \
-I$(includedir) -fPIC
-I$(includedir)
if WIN32
# you must adjust the value of DEFAULT_PFMODPOSTFIX according

View File

@ -445,7 +445,7 @@ top_builddir = @top_builddir@
top_srcdir = @top_srcdir@
AUTOMAKE_OPTIONS = nostdinc
CPPFLAGS_COMMON = -I$(abs_builddir) -I$(abs_builddir)/../lib \
-I$(abs_srcdir) -I$(abs_srcdir)/../lib -I$(includedir) -fPIC \
-I$(abs_srcdir) -I$(abs_srcdir)/../lib -I$(includedir) \
$(am__append_1) $(am__append_2)
##################################################