[shibboleth-sp2] 06/18: Export include properly

Ferenc Wágner wferi-guest at moszumanska.debian.org
Tue Jan 26 21:29:30 UTC 2016


This is an automated email from the git hooks/post-receive script.

wferi-guest pushed a commit to annotated tag 1.2.1b
in repository shibboleth-sp2.

commit de2dd45866b9aa27d6e6348c7131dd4f7a428429
Author: Scott Cantor <cantor.2 at osu.edu>
Date:   Thu Dec 23 04:50:41 2004 +0000

    Export include properly
---
 configure.ac           | 2 ++
 nsapi_shib/Makefile.am | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index b40a8f4..0c910c1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -282,6 +282,8 @@ if test "$WANT_NSAPI" != "no"; then
   fi
 fi
 
+AC_SUBST(NSAPI_INCLUDE)
+
 # always output the Makefile, even if you don't use it
 AC_CONFIG_FILES([nsapi_shib/Makefile])
 AM_CONDITIONAL(BUILD_NSAPI,test ! "$WANT_NSAPI" = "no")
diff --git a/nsapi_shib/Makefile.am b/nsapi_shib/Makefile.am
index 6b48dc6..d82a617 100644
--- a/nsapi_shib/Makefile.am
+++ b/nsapi_shib/Makefile.am
@@ -8,7 +8,7 @@ if BUILD_NSAPI
 nsapi_shibdir = $(libexecdir)
 nsapi_shib_LTLIBRARIES = nsapi_shib.la
 nsapi_shib_la_SOURCES = nsapi_shib.cpp
-nsapi_shib_la_CXXFLAGS = -I$(NSAPI_INCLUDE) $(RPC_CFLAGS)
+nsapi_shib_la_CXXFLAGS = $(NSAPI_INCLUDE) $(RPC_CFLAGS)
 nsapi_shib_la_LDFLAGS = -module -avoid-version
 nsapi_shib_la_LIBADD = \
   $(top_builddir)/shib/libshib.la \

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-shibboleth/shibboleth-sp2.git



More information about the Pkg-shibboleth-devel mailing list