Removed RPC flags.
authorcantor <cantor@cb58f699-b61c-0410-a6fe-9272a202ed29>
Tue, 14 Jun 2005 04:18:48 +0000 (04:18 +0000)
committercantor <cantor@cb58f699-b61c-0410-a6fe-9272a202ed29>
Tue, 14 Jun 2005 04:18:48 +0000 (04:18 +0000)
git-svn-id: https://svn.middleware.georgetown.edu/cpp-sp/trunk@1704 cb58f699-b61c-0410-a6fe-9272a202ed29

apache/Makefile.am
nsapi_shib/Makefile.am

index 9f984f1..a71a835 100644 (file)
@@ -2,15 +2,11 @@
 
 AUTOMAKE_OPTIONS = foreign
 
-if USE_OUR_ONCRPC
-RPC_CFLAGS = -I${top_srcdir}/oncrpc
-endif
-
 if BUILD_AP13
 modshib13dir = $(libexecdir)
 modshib13_LTLIBRARIES = mod_shib_13.la
 mod_shib_13_la_SOURCES = mod_shib_13.cpp
-mod_shib_13_la_CXXFLAGS = $(APXS_CFLAGS) -I$(APXS_INCLUDE) $(RPC_CFLAGS)
+mod_shib_13_la_CXXFLAGS = $(APXS_CFLAGS) -I$(APXS_INCLUDE)
 mod_shib_13_la_LDFLAGS = -module -avoid-version
 mod_shib_13_la_LIBADD = \
   $(top_builddir)/shib/libshib.la \
@@ -25,7 +21,7 @@ if BUILD_AP20
 modshib20dir = $(libexecdir)
 modshib20_LTLIBRARIES = mod_shib_20.la
 mod_shib_20_la_SOURCES = mod_shib_20.cpp
-mod_shib_20_la_CXXFLAGS = $(APXS2_CFLAGS) -I$(APXS2_INCLUDE) $(RPC_CFLAGS)
+mod_shib_20_la_CXXFLAGS = $(APXS2_CFLAGS) -I$(APXS2_INCLUDE)
 mod_shib_20_la_LDFLAGS = -module -avoid-version
 mod_shib_20_la_LIBADD = \
   $(top_builddir)/shib/libshib.la \
index d82a617..4177a49 100644 (file)
@@ -1,14 +1,10 @@
 AUTOMAKE_OPTIONS = foreign
 
-if USE_OUR_ONCRPC
-RPC_CFLAGS = -I${top_srcdir}/oncrpc
-endif
-
 if BUILD_NSAPI
 nsapi_shibdir = $(libexecdir)
 nsapi_shib_LTLIBRARIES = nsapi_shib.la
 nsapi_shib_la_SOURCES = nsapi_shib.cpp
-nsapi_shib_la_CXXFLAGS = $(NSAPI_INCLUDE) $(RPC_CFLAGS)
+nsapi_shib_la_CXXFLAGS = $(NSAPI_INCLUDE)
 nsapi_shib_la_LDFLAGS = -module -avoid-version
 nsapi_shib_la_LIBADD = \
   $(top_builddir)/shib/libshib.la \