You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by sa...@apache.org on 2007/07/16 04:23:58 UTC

svn commit: r556495 - /webservices/axis2/trunk/c/tools/tcpmon/src/Makefile.am

Author: samisa
Date: Sun Jul 15 19:23:57 2007
New Revision: 556495

URL: http://svn.apache.org/viewvc?view=rev&rev=556495
Log:
We do not need a lob with tcpmon, so I changed it to compile all the stuff together

Modified:
    webservices/axis2/trunk/c/tools/tcpmon/src/Makefile.am

Modified: webservices/axis2/trunk/c/tools/tcpmon/src/Makefile.am
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/tools/tcpmon/src/Makefile.am?view=diff&rev=556495&r1=556494&r2=556495
==============================================================================
--- webservices/axis2/trunk/c/tools/tcpmon/src/Makefile.am (original)
+++ webservices/axis2/trunk/c/tools/tcpmon/src/Makefile.am Sun Jul 15 19:23:57 2007
@@ -1,36 +1,20 @@
-prglibdir=$(prefix)/lib
 prgbindir=$(prefix)/bin/tools
 
-prglib_LTLIBRARIES = \
-             libaxis2_tcpmon.la
+prgbin_PROGRAMS = tcpmon
 
-libaxis2_tcpmon_la_SOURCES = \
+tcpmon_SOURCES =  tcpmon.c \
             entry.c \
             session.c \
-            util.c \
-            $(NULL)
-
-libaxis2_tcpmon_la_LIBADD = \
-			 ../../../util/src/libaxutil.la \
-			 ../../../axiom/src/om/libaxis2_axiom.la \
-			 ../../../axiom/src/parser/$(WRAPPER_DIR)/libaxis2_parser.la \
-            $(NULL)
+            util.c
 
-prgbin_PROGRAMS = tcpmon
-
-tcpmon_SOURCES =  tcpmon.c
 tcpmon_LDADD =  \
-             $(top_builddir)/src/libaxis2_tcpmon.la \
 			 ../../../util/src/libaxutil.la \
 			 ../../../axiom/src/om/libaxis2_axiom.la \
-			 ../../../axiom/src/parser/$(WRAPPER_DIR)/libaxis2_parser.la \
-             $(NULL)
-
+			 ../../../axiom/src/parser/$(WRAPPER_DIR)/libaxis2_parser.la
 
 INCLUDES = -I$(top_builddir)/include \
-			-I ../../../util/include \
-			-I ../../../axiom/include \
-		-I ../../../include \
-                        $(NULL)
+		   -I ../../../util/include \
+		   -I ../../../axiom/include \
+		   -I ../../../include
 
 EXTRA_DIST=tcpmon_entry_local.h tcpmon_session_local.h



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-cvs-help@ws.apache.org