[atk] Link libatk against libintl



commit 14804c792b68ad5c7e21dd468cc229067d8a9f30
Author: Daniel Macks <dmacks netspace org>
Date:   Tue Jan 19 16:00:05 2010 +0800

    Link libatk against libintl
    
    Bug #606888.

 atk/Makefile.am |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/atk/Makefile.am b/atk/Makefile.am
index 2541b6f..0ed5f66 100644
--- a/atk/Makefile.am
+++ b/atk/Makefile.am
@@ -26,7 +26,9 @@ lib_LTLIBRARIES = libatk-1.0.la
 libatk_1_0_la_LDFLAGS = 			\
 	-version-info $(LT_VERSION_INFO)	\
 	$(no_undefined)
-libatk_1_0_la_LIBADD = $(DEP_LIBS)
+libatk_1_0_la_LIBADD = \
+       $(DEP_LIBS)     \
+       $(INTLLIBS)
 
 libatk_1_0_la_SOURCES = 	\
 	atkaction.c		\



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