[shibboleth-sp2] 05/18: Corrected flag names

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 4f5683dcf55c6dc290851a89c41a954b1b990976
Author: Scott Cantor <cantor.2 at osu.edu>
Date:   Thu Dec 23 03:51:12 2004 +0000

    Corrected flag names
---
 nsapi_shib/Makefile.am | 15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)

diff --git a/nsapi_shib/Makefile.am b/nsapi_shib/Makefile.am
index 41346f2..6b48dc6 100644
--- a/nsapi_shib/Makefile.am
+++ b/nsapi_shib/Makefile.am
@@ -5,18 +5,19 @@ RPC_CFLAGS = -I${top_srcdir}/oncrpc
 endif
 
 if BUILD_NSAPI
-nsapishibdir = $(libexecdir)
-nsapishib_LTLIBRARIES = nsapi_shib.la
-nsapishib_la_SOURCES = nsapi_shib.cpp
-nsapishib_la_CXXFLAGS = $(NSAPI_CFLAGS) -I$(NSAPI_INCLUDE) $(RPC_CFLAGS)
-nsapishib_la_LDFLAGS = -module -avoid-version
-nsapishib_la_LIBADD = \
+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_LDFLAGS = -module -avoid-version
+nsapi_shib_la_LIBADD = \
   $(top_builddir)/shib/libshib.la \
   $(top_builddir)/shib-target/libshib-target.la
 
 install-exec-hook:
-	for la in $(nsapishib_LTLIBRARIES) ; do rm -f $(DESTDIR)$(nsapishibdir)/$$la ; done
+	for la in $(nsapi_shib_LTLIBRARIES) ; do rm -f $(DESTDIR)$(nsapi_shibdir)/$$la ; done
 
 endif
 
 EXTRA_DIST = nsapi_shib.dsp resource.h nsapi_shib.rc nsapi_shib.cpp
+

-- 
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