diff options
author | Huang Peng <shawn.p.huang@gmail.com> | 2008-08-16 13:03:05 +0800 |
---|---|---|
committer | Huang Peng <shawn.p.huang@gmail.com> | 2008-08-16 13:03:05 +0800 |
commit | 44dce73dae56c19e6f21caa4bb022dba0996ff9e (patch) | |
tree | 90fd2117d81bd59048b6358e24c38c05b7b24bf6 | |
parent | 51176a19e373c178174a6a6360ed9db3e81fba1b (diff) | |
download | ibus-44dce73dae56c19e6f21caa4bb022dba0996ff9e.tar.gz ibus-44dce73dae56c19e6f21caa4bb022dba0996ff9e.tar.xz ibus-44dce73dae56c19e6f21caa4bb022dba0996ff9e.zip |
WIP.
-rw-r--r-- | lib/gtk2/Makefile.am | 6 |
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 |