Corrected flag names
authorScott Cantor <cantor.2@osu.edu>
Thu, 23 Dec 2004 03:51:12 +0000 (03:51 +0000)
committerScott Cantor <cantor.2@osu.edu>
Thu, 23 Dec 2004 03:51:12 +0000 (03:51 +0000)
nsapi_shib/Makefile.am

index 41346f2..6b48dc6 100644 (file)
@@ -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
+