From 4e175e3337337f2c261088d4576ea63a144cee3a Mon Sep 17 00:00:00 2001 From: fujiwarat Date: Wed, 24 Apr 2013 13:44:35 +0900 Subject: [PATCH] Use EXTRA_DIST instead of DIST_SOURCES. Review URL: https://codereview.appspot.com/8698047 --- bindings/vala/Makefile.am | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/bindings/vala/Makefile.am b/bindings/vala/Makefile.am index 381ef31..be45e41 100644 --- a/bindings/vala/Makefile.am +++ b/bindings/vala/Makefile.am @@ -42,7 +42,10 @@ ibus_1_0_vapi_FILES = \ vapidir = $(datadir)/vala/vapi vapi_DATA = $(VAPIGEN_VAPIS) $(VAPIGEN_VAPIS:.vapi=.deps) +MAINTAINERCLEANFILES = $(VAPIGEN_VAPIS) + EXTRA_DIST = \ + $(VAPIGEN_VAPIS) \ IBus-1.0.metadata \ IBus-1.0-custom.vala \ ibus-1.0.deps \ @@ -50,6 +53,4 @@ EXTRA_DIST = \ xi.vapi \ $(NULL) -DIST_SOURCES = $(VAPIGEN_VAPIS) - -include $(top_srcdir)/git.mk -- 2.7.4