*** empty log message ***
authorcantor <cantor@cb58f699-b61c-0410-a6fe-9272a202ed29>
Mon, 19 Aug 2002 07:27:14 +0000 (07:27 +0000)
committercantor <cantor@cb58f699-b61c-0410-a6fe-9272a202ed29>
Mon, 19 Aug 2002 07:27:14 +0000 (07:27 +0000)
git-svn-id: https://svn.middleware.georgetown.edu/cpp-sp/trunk@46 cb58f699-b61c-0410-a6fe-9272a202ed29

Makefile.gcc

index c10a16a..ad92c77 100644 (file)
@@ -7,10 +7,13 @@ CCFLAGS               = $(CFLAGS)
 LDFLAGS                = -L/usr/local/lib -L$(OUTDIR) -L../../opensaml/c/lib \
                   -luuid -lcurl -lxerces-c1_7_0 -lsaml
 SHIB_OBJS      = \
-       shib/Constants.o \
-       shib/SAMLBindingFactory.o \
-       shib/ShibConfig.o \
-       shib/XML.o
+        shib/ClubShibPOSTProfile.o \
+        shib/Constants.o \
+        shib/SAMLBindingFactory.o \
+        shib/ShibConfig.o \
+        shib/ShibPOSTProfile.o \
+        shib/ShibPOSTProfileFactory.o \
+        shib/XML.o
 
 EDUPERSON_OBJS = \
        eduPerson/Constants.o \
@@ -46,4 +49,4 @@ $(BINDIR)/shibtest: shibtest/shibtest.cpp
        $(CC) $(CCFLAGS) -c $< -o $*.o
 
 clean:
-       rm -f shib/*.o eduPerson.*.o shibtest/*.o $(OUTDIR)/* $(BINDIR)/*
+       rm -f shib/*.o eduPerson/*.o shibtest/*.o $(OUTDIR)/* $(BINDIR)/*