Added siterefresh
authorcantor <cantor@cb58f699-b61c-0410-a6fe-9272a202ed29>
Mon, 12 May 2003 16:09:47 +0000 (16:09 +0000)
committercantor <cantor@cb58f699-b61c-0410-a6fe-9272a202ed29>
Mon, 12 May 2003 16:09:47 +0000 (16:09 +0000)
git-svn-id: https://svn.middleware.georgetown.edu/cpp-sp/trunk@417 cb58f699-b61c-0410-a6fe-9272a202ed29

Makefile.am
configure.ac

index d2657f3..ec26463 100644 (file)
@@ -31,7 +31,7 @@ WANT_SUBDIRS = @WANT_SUBDIRS@
 SUBDIRS = $(WANT_SUBDIRS)
 
 DIST_SUBDIRS = oncrpc shib schemas configs shib-target shar test \
-       mod_shire mod_shibrm
+       mod_shire mod_shibrm siterefresh
 
 dist-hook:
        cp ../*.txt ../*.html $(distdir)
index f4594ea..f059282 100644 (file)
@@ -157,7 +157,8 @@ AC_TRY_LINK(
 WANT_SUBDIRS="shib schemas configs shib-target shar test"
 AC_CONFIG_FILES([Makefile shib/Makefile schemas/Makefile \
                 configs/Makefile oncrpc/Makefile oncrpc/rpc/Makefile \
-                shib-target/Makefile shar/Makefile test/Makefile])
+                shib-target/Makefile shar/Makefile siterefresh/Makefile \
+                test/Makefile])
 
 # now deal with the rpc library, to see if we need to build our own
 if test $rpctest = "no"; then