removed mod_ils_gateway targets
authorerickson <erickson@9efc2488-bf62-4759-914b-345cdb29e865>
Sat, 25 Feb 2006 16:35:03 +0000 (16:35 +0000)
committererickson <erickson@9efc2488-bf62-4759-914b-345cdb29e865>
Sat, 25 Feb 2006 16:35:03 +0000 (16:35 +0000)
git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@644 9efc2488-bf62-4759-914b-345cdb29e865

src/gateway/Makefile

index 05b9ad3..55dd3ae 100644 (file)
@@ -1,17 +1,12 @@
 CCFLAGS        += -DASSUME_STATELESS
 LDLIBS += -lobjson -lxml2 -lopensrf
 
-all: mod_ils_gateway.so osrf_json_gateway.so copy
+all: osrf_json_gateway.so copy
 
 install: 
-       $(APXS2) -i -a -n ils_gateway mod_ils_gateway.so
        $(APXS2) -i -a -n osrf_json_gateway osrf_json_gateway.so
        cp apachetools.h $(INCLUDEDIR)/opensrf/
 
-mod_ils_gateway.o: mod_ils_gateway.h mod_ils_gateway.c 
-mod_ils_gateway.so:    mod_ils_gateway.o
-       $(CC) $(CFLAGS) $(LDFLAGS) $(LDLIBS) -shared -W1 mod_ils_gateway.o -o mod_ils_gateway.so
-
 copy:
        cp apachetools.h $(TMPDIR)