[folks] Properly distribute the typelib file.
- From: Travis Reitter <treitter src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [folks] Properly distribute the typelib file.
- Date: Fri, 13 May 2011 19:09:51 +0000 (UTC)
commit 59c0e7bf68e52a92f6e501e7c70786f40926cde7
Author: Travis Reitter <travis reitter collabora co uk>
Date: Thu May 12 22:59:17 2011 -0700
Properly distribute the typelib file.
folks/Makefile.am | 10 ++++++++--
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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]