removed dependency to self in makefile
authorerickson <erickson@9efc2488-bf62-4759-914b-345cdb29e865>
Tue, 16 Aug 2005 13:29:25 +0000 (13:29 +0000)
committererickson <erickson@9efc2488-bf62-4759-914b-345cdb29e865>
Tue, 16 Aug 2005 13:29:25 +0000 (13:29 +0000)
git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@479 9efc2488-bf62-4759-914b-345cdb29e865

src/libtransport/Makefile

index 5a2e4ff..bbbed00 100644 (file)
@@ -1,7 +1,7 @@
 # set this shell variable prior to calling make to run with malloc_check enabled
 #MALLOC_CHECK_=1 # XXX debug only
 
-LD_OPTS        += -lxml2 -lopensrf_transport -lc_utils 
+LD_OPTS        += -lxml2 -lc_utils 
 
 SOURCES        = transport_socket.c transport_session.c transport_message.c transport_client.c
 TARGETS        = transport_socket.o transport_message.o transport_session.o transport_client.o