[folks] Distribute (but not install) internal .gir and .vapi files
- From: Travis Reitter <treitter src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [folks] Distribute (but not install) internal .gir and .vapi files
- Date: Fri, 25 Mar 2011 23:11:18 +0000 (UTC)
commit 6a4f08292269cf7add9d5214960ad6e40c57bced
Author: Travis Reitter <travis reitter collabora co uk>
Date: Thu Mar 17 11:00:24 2011 -0700
Distribute (but not install) internal .gir and .vapi files
backends/telepathy/lib/Makefile.am | 4 ++--
tests/lib/telepathy/contactlist/Makefile.am | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/backends/telepathy/lib/Makefile.am b/backends/telepathy/lib/Makefile.am
index fe7deb8..60ab810 100644
--- a/backends/telepathy/lib/Makefile.am
+++ b/backends/telepathy/lib/Makefile.am
@@ -86,7 +86,7 @@ pkgconfig_DATA = $(pkgconfig_in:.in=)
libfolks_telepathy_la_vala.stamp: tp-lowlevel.vapi
-BUILT_SOURCES = \
+dist_noinst_DATA = \
tp-lowlevel.gir \
tp-lowlevel.vapi \
$(NULL)
@@ -167,7 +167,7 @@ MAINTAINERCLEANFILES = \
libtp_lowlevel_la_vala.stamp \
folks-telepathy.h \
folks-telepathy.vapi \
- $(BUILT_SOURCES) \
+ $(dist_noinst_DATA) \
$(NULL)
EXTRA_DIST = \
diff --git a/tests/lib/telepathy/contactlist/Makefile.am b/tests/lib/telepathy/contactlist/Makefile.am
index 17c3c04..900bd5a 100644
--- a/tests/lib/telepathy/contactlist/Makefile.am
+++ b/tests/lib/telepathy/contactlist/Makefile.am
@@ -70,7 +70,7 @@ tp-test-contactlist.vapi: tp-test-contactlist.gir
tp-test-contactlist.gir
touch $@
-BUILT_SOURCES = \
+dist_noinst_DATA = \
tp-test-contactlist.gir \
tp-test-contactlist.vapi \
$(NULL)
@@ -81,7 +81,7 @@ CLEANFILES = \
$(NULL)
MAINTAINERCLEANFILES = \
- $(BUILT_SOURCES) \
+ $(dist_noinst_DATA) \
$(NULL)
EXTRA_DIST = \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]