Fix libgridsite_globus.so target
authorAndrew McNab <andrew.mcnab@manchester.ac.uk>
Sun, 13 Feb 2005 22:05:09 +0000 (22:05 +0000)
committerAndrew McNab <andrew.mcnab@manchester.ac.uk>
Sun, 13 Feb 2005 22:05:09 +0000 (22:05 +0000)
org.gridsite.core/src/Makefile

index 3a130cf..31c9a55 100644 (file)
@@ -48,19 +48,10 @@ ifndef MYCFLAGS
 export MYCFLAGS=-I. -I../interface -I/usr/include/httpd -I/usr/include/apr-0 -I/opt/glite/include
 endif
 
-#ifndef OPENSSL_FLAGS
-#export OPENSSL_FLAGS=-I/usr/include
-#endif
-
 ifndef MYLDFLAGS
 export MYLDFLAGS=-L.
-# export MYLDFLAGS=-L. -L/opt/glite/lib -lvomsc
 endif
 
-#ifndef OPENSSL_GLOBUS_LIBS
-#export OPENSSL_GLOBUS_LIBS=-L/usr/lib
-#endif
-
 #
 # Build
 #
@@ -96,7 +87,8 @@ grst_http.o: grst_http.c ../interface/gridsite.h
 
 ifdef OPENSSL_GLOBUS_LIBS
 
-libgridsite_globus.so.$(VERSION): grst_x509.o grst_gacl.o grst_http.o
+libgridsite_globus.so.$(VERSION): \
+               grst_x509_globus.o grst_gacl_globus.o grst_http_globus.o
        gcc -shared -Wl,-soname,libgridsite_globus.so.$(MINOR_VERSION) \
          -o libgridsite_globus.so.$(PATCH_VERSION) \
          grst_x509_globus.o grst_gacl_globus.o grst_http_globus.o