summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorHuang Peng <shawn.p.huang@gmail.com>2009-02-05 10:39:56 +0800
committerHuang Peng <shawn.p.huang@gmail.com>2009-02-05 10:39:56 +0800
commitaedad1ea0a7fef604aa27f4b58433fd8f2ece29e (patch)
treeffcb531d8474bde18b90341bcd4eb639edd74525 /Makefile.am
parent41ad46305a88637dd99f00a2d2a3f455505d357b (diff)
downloadibus-aedad1ea0a7fef604aa27f4b58433fd8f2ece29e.tar.gz
ibus-aedad1ea0a7fef604aa27f4b58433fd8f2ece29e.tar.xz
ibus-aedad1ea0a7fef604aa27f4b58433fd8f2ece29e.zip
re-implement ibus in c language.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am32
1 files changed, 19 insertions, 13 deletions
diff --git a/Makefile.am b/Makefile.am
index 7f99b46..47a21d0 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -19,25 +19,30 @@
# Free Software Foundation, Inc., 59 Temple Place, Suite 330,
# Boston, MA 02111-1307 USA
-SUBDIRS = \
- daemon \
- gconf \
- ibus \
- launcher \
- ui \
- lib \
- util \
- client \
- setup \
- icons \
- m4 \
- po \
+SUBDIRS = \
+ src \
+ bindings \
+ gconf \
+ ibus \
+ ui \
+ util \
+ client \
+ setup \
+ bus \
+ icons \
+ m4 \
+ po \
+ docs \
$(NULL)
ACLOCAL_AMFLAGS = -I m4
+pkgconfigdir = $(libdir)/pkgconfig
+pkgconfig_DATA = ibus-1.0.pc
+
EXTRA_DIST = \
autogen.sh \
+ ibus-1.0.pc.in \
ibus.spec.in \
python-config.py \
$(NULL)
@@ -55,6 +60,7 @@ install-data-hook:
DISTCHECK_CONFIGURE_FLAGS = \
--enable-pygconf \
+ --enable-gtk-doc \
$(NULL)
rpm: dist @PACKAGE_NAME@.spec