summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHuang Peng <shawn.p.huang@gmail.com>2008-08-16 13:03:05 +0800
committerHuang Peng <shawn.p.huang@gmail.com>2008-08-16 13:03:05 +0800
commit44dce73dae56c19e6f21caa4bb022dba0996ff9e (patch)
tree90fd2117d81bd59048b6358e24c38c05b7b24bf6
parent51176a19e373c178174a6a6360ed9db3e81fba1b (diff)
downloadibus-44dce73dae56c19e6f21caa4bb022dba0996ff9e.tar.gz
ibus-44dce73dae56c19e6f21caa4bb022dba0996ff9e.tar.xz
ibus-44dce73dae56c19e6f21caa4bb022dba0996ff9e.zip
WIP.
-rw-r--r--lib/gtk2/Makefile.am6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/gtk2/Makefile.am b/lib/gtk2/Makefile.am
index 4f86420..fa71874 100644
--- a/lib/gtk2/Makefile.am
+++ b/lib/gtk2/Makefile.am
@@ -23,6 +23,11 @@ INCLUDES = \
-I$(top_srcdir) \
$(NULL)
+BUILT_SOURCES = \
+ ibusmarshalers.h \
+ ibusmarshalers.c \
+ $(NULL)
+
lib_LTLIBRARIES = libibus-gtk.la
libibus_gtk_la_SOURCES = \
ibusmarshalers.h \
@@ -59,3 +64,4 @@ EXTRA_DIST = \
ibusmarshalers.list \
$(NULL)
+CLEANFILES = $(BUILT_SOURCES) stamp-ibusmarshalers.h