[atk] Link libatk against libintl
- From: Li Yuan <liyuan src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [atk] Link libatk against libintl
- Date: Tue, 19 Jan 2010 08:00:37 +0000 (UTC)
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]