summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTravis Reitter <travis.reitter@collabora.co.uk>2011-05-12 22:59:17 -0700
committerTravis Reitter <travis.reitter@collabora.co.uk>2011-05-12 22:59:29 -0700
commit59c0e7bf68e52a92f6e501e7c70786f40926cde7 (patch)
treeb1195be5e6c570fe0bc7f2571e1521075508ebed
parent6eae871cc2b1753f38a0a299c0e495621df5391f (diff)
Properly distribute the typelib file.
-rw-r--r--folks/Makefile.am10
1 files changed, 8 insertions, 2 deletions
diff --git a/folks/Makefile.am b/folks/Makefile.am
index 739b19c..25eddad 100644
--- a/folks/Makefile.am
+++ b/folks/Makefile.am
@@ -127,8 +127,14 @@ dist_gir_DATA = $(GIRS)
typelibdir = $(libdir)/girepository-1.0
dist_typelib_DATA = $(GIRS:.gir=.typelib)
-CLEANFILES += $(dist_typelib_DATA)
-BUILT_SOURCES += $(dist_gir_DATA)
+BUILT_SOURCES += \
+ $(dist_gir_DATA) \
+ $(dist_typelib_DATA) \
+ $(NULL)
endif
+MAINTAINERCLEANFILES = \
+ $(BUILT_SOURCES) \
+ $(NULL)
+
-include $(top_srcdir)/git.mk