[beast/win32] Link against libbirnet.la library instead of single object libbirnet.o.



commit 60fa950170f8361540af1bbfa1e0de812125ff86
Author: Stefan Westerfeld <stefan space twc de>
Date:   Tue Sep 1 18:50:44 2009 +0200

    Link against libbirnet.la library instead of single object libbirnet.o.

 birnet/tests/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/birnet/tests/Makefile.am b/birnet/tests/Makefile.am
index 1f397e0..832b142 100644
--- a/birnet/tests/Makefile.am
+++ b/birnet/tests/Makefile.am
@@ -8,7 +8,7 @@ INCLUDES       += -I$(top_srcdir) -I$(top_builddir) -I. $(BIRNET_CFLAGS)
 DEFS	       += -DBIRNET_LOG_DOMAIN='"$(basename $(@F))"' -DPARANOID -DG_DISABLE_CONST_RETURNS
 
 noinst_PROGRAMS  = $(ALLTESTS)
-progs_ldadd 	 = $(top_builddir)/birnet/libbirnet.o $(BIRNET_LIBS) -lm
+progs_ldadd 	 = $(top_builddir)/birnet/libbirnet.la $(BIRNET_LIBS) -lm
 
 TESTS		+= infotest
 infotest_SOURCES = infotest.cc



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