From: guido Date: Mon, 25 Apr 2005 18:38:22 +0000 (+0000) Subject: Shared library flags in CFLAGS X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fcd85f863dc89802aca14e197d0d08075a1bf34d;p=dealii-svn.git Shared library flags in CFLAGS git-svn-id: https://svn.dealii.org/trunk@10571 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/common/Make.global_options.in b/deal.II/common/Make.global_options.in index 9122a2b4ca..e7a8101da3 100644 --- a/deal.II/common/Make.global_options.in +++ b/deal.II/common/Make.global_options.in @@ -176,6 +176,7 @@ ifeq ($(enable-shared),yes) F77FLAGS.g += @F77FLAGSPIC@ F77FLAGS.o += @F77FLAGSPIC@ + CFLAGS += @CFLAGSPIC@ LDFLAGS += @LDFLAGSPIC@ endif diff --git a/deal.II/configure.in b/deal.II/configure.in index 261d4f7644..71e7a7a168 100644 --- a/deal.II/configure.in +++ b/deal.II/configure.in @@ -132,6 +132,7 @@ DEAL_II_SET_CC_FLAGS AC_SUBST(CC_VERSION) AC_SUBST(CFLAGS) +AC_SUBST(CFLAGSPIC)