diff options
| author | Huang Peng <shawn.p.huang@gmail.com> | 2008-08-04 11:23:02 +0800 |
|---|---|---|
| committer | Huang Peng <shawn.p.huang@gmail.com> | 2008-08-04 11:23:02 +0800 |
| commit | bba038e56f54721cb7438c282697d54af5f4640e (patch) | |
| tree | 37d512cbea52839371ceb98a1ddcc02e1d7c0e88 /x11 | |
| parent | 6ef8d2e67ad4ee0086a0edf15a4d417ede9a3607 (diff) | |
| download | ibus-bba038e56f54721cb7438c282697d54af5f4640e.tar.gz ibus-bba038e56f54721cb7438c282697d54af5f4640e.tar.xz ibus-bba038e56f54721cb7438c282697d54af5f4640e.zip | |
Add dependancies of ibus-x11.
Diffstat (limited to 'x11')
| -rw-r--r-- | x11/Makefile.am | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/x11/Makefile.am b/x11/Makefile.am index 1e2a542..ed9acea 100644 --- a/x11/Makefile.am +++ b/x11/Makefile.am @@ -26,6 +26,9 @@ ibus_x11_SOURCES = \ gdk-private.c \ $(NULL) +ibus_x11_DEPENDENCIES = \ + $(top_builddir)/gtk2/libibus-gtk.la + noinst_HEADERS = \ gdk-private.h \ $(NULL) @@ -43,4 +46,6 @@ ibus_x11_CFLAGS = \ -I$(top_srcdir)/gtk2 \ $(NULL) +$(top_builddir)/gtk2/libibus-gtk.la: + (cd $(top_builddir)/gtk2/; make libibus-gtk.la) SUBDIRS = IMdkit |
