projects
/
platform
/
upstream
/
atk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
88eafe6
)
Link libatk against libintl
author
Daniel Macks
<dmacks@netspace.org>
Tue, 19 Jan 2010 08:00:05 +0000
(16:00 +0800)
committer
Li Yuan
<li.yuan@sun.com>
Tue, 19 Jan 2010 08:00:05 +0000
(16:00 +0800)
Bug #606888.
atk/Makefile.am
patch
|
blob
|
history
diff --git
a/atk/Makefile.am
b/atk/Makefile.am
index
2541b6f
..
0ed5f66
100644
(file)
--- 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 \