[folks] Distribute Folks-*.gir and Folks-*.typelib
- From: Travis Reitter <treitter src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [folks] Distribute Folks-*.gir and Folks-*.typelib
- Date: Fri, 13 May 2011 19:09:46 +0000 (UTC)
commit 6eae871cc2b1753f38a0a299c0e495621df5391f
Author: Travis Reitter <travis reitter collabora co uk>
Date: Thu May 12 22:55:49 2011 -0700
Distribute Folks-*.gir and Folks-*.typelib
folks/Makefile.am | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/folks/Makefile.am b/folks/Makefile.am
index 17e1928..739b19c 100644
--- a/folks/Makefile.am
+++ b/folks/Makefile.am
@@ -122,13 +122,13 @@ Folks-$(API_VERSION).gir: libfolks.la
GIRS = Folks-$(API_VERSION).gir
girdir = $(datadir)/gir-1.0
-gir_DATA = $(GIRS)
+dist_gir_DATA = $(GIRS)
typelibdir = $(libdir)/girepository-1.0
-typelib_DATA = $(GIRS:.gir=.typelib)
+dist_typelib_DATA = $(GIRS:.gir=.typelib)
-CLEANFILES += $(typelib_DATA)
-BUILT_SOURCES += $(gir_DATA)
+CLEANFILES += $(dist_typelib_DATA)
+BUILT_SOURCES += $(dist_gir_DATA)
endif
-include $(top_srcdir)/git.mk
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]