summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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