myserver-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[myserver-commit] [2820] avoid linking to both: ms library and compilati


From: Alexandru IANCU
Subject: [myserver-commit] [2820] avoid linking to both: ms library and compilation units(obj files)
Date: Wed, 17 Sep 2008 18:05:37 +0000

Revision: 2820
          http://svn.sv.gnu.org/viewvc/?view=rev&root=myserver&revision=2820
Author:   andu
Date:     2008-09-17 18:05:37 +0000 (Wed, 17 Sep 2008)

Log Message:
-----------
avoid linking to both: ms library and compilation units(obj files)

Modified Paths:
--------------
    trunk/myserver/src/Makefile.am

Modified: trunk/myserver/src/Makefile.am
===================================================================
--- trunk/myserver/src/Makefile.am      2008-09-16 10:48:27 UTC (rev 2819)
+++ trunk/myserver/src/Makefile.am      2008-09-17 18:05:37 UTC (rev 2820)
@@ -6,7 +6,7 @@
 myserver_SOURCES = myserver.cpp
 myserver_CXXFLAGS = $(CXXFLAGS) $(XML_CFLAGS) -DHOST_STR=\"$(build)\" 
-DPREFIX=\"$(prefix)\"
 myserver_LDFLAGS =  -rdynamic
-myserver_LDADD = libmyserver.a $(all_libraries) $(PTHREAD_LIB) $(IDN_LIB) \
+myserver_LDADD = libmyserver.a $(PTHREAD_LIB) $(IDN_LIB) \
        $(XNET_LIB) $(EVENT_LIB) $(DL_LIB) $(OPENSSL_LIB) $(ZLIB_LIB) \
        $(XML_LIBS) $(LDFLAGS)
 






reply via email to

[Prev in Thread] Current Thread [Next in Thread]