[ekiga] Made the IFF code a stack library



commit e0fa21144a97eb7ebd026bf33fb4743dcb6815b2
Author: Julien Puydt <jpuydt gnome org>
Date:   Thu Jul 2 09:10:02 2009 +0200

    Made the IFF code a stack library

 lib/engine/friend-or-foe/Makefile.am |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/lib/engine/friend-or-foe/Makefile.am b/lib/engine/friend-or-foe/Makefile.am
index 538e1c2..ecefce2 100644
--- a/lib/engine/friend-or-foe/Makefile.am
+++ b/lib/engine/friend-or-foe/Makefile.am
@@ -1,4 +1,4 @@
-noinst_LTLIBRARIES = libgmfriendorfoe.la
+stacklib_LTLIBRARIES = libgmfriendorfoe.la
 
 friend_or_foe_dir = $(top_srcdir)/lib/engine/friend-or-foe
 
@@ -10,4 +10,4 @@ libgmfriendorfoe_la_SOURCES = \
 	$(friend_or_foe_dir)/friend-or-foe.h \
 	$(friend_or_foe_dir)/friend-or-foe.cpp
 
-libgmaddressbook_la_LDFLAGS = -export-dynamic -no-undefined
\ No newline at end of file
+libgmaddressbook_la_LDFLAGS = $(STACKLIB_LDFLAGS)
\ No newline at end of file



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