summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoriain <iain@sleepfive.com>2012-08-28 11:48:34 +0100
committeriain <iain@sleepfive.com>2012-08-28 11:48:34 +0100
commitc329247eb419276064ea2cef47d2ccf4cb35f160 (patch)
treedecba4a49095ecd3ebeac7500eb95e6ed843aa91
parentef794a9a898da5fd78f6c9994112af1c3daa9242 (diff)
Include the gypsy-discovery-full in the package
-rw-r--r--interfaces/Makefile.am8
1 files changed, 6 insertions, 2 deletions
diff --git a/interfaces/Makefile.am b/interfaces/Makefile.am
index 9d916f9..1a9410f 100644
--- a/interfaces/Makefile.am
+++ b/interfaces/Makefile.am
@@ -1,9 +1,13 @@
%.xml: %-full.xml
$(AM_V_GEN)$(XSLT) -o $@ $(top_srcdir)/docs/tools/spec-strip-docs.xsl $<
-noinst_DATA = gypsy-server.xml gypsy-client.xml
+noinst_DATA = gypsy-server.xml \
+ gypsy-client.xml \
+ gypsy-discovery.xml
BUILT_SOURCES = $(noinst_DATA)
CLEANFILES = $(BUILT_SOURCES)
-EXTRA_DIST = gypsy-server-full.xml gypsy-client-full.xml
+EXTRA_DIST = gypsy-server-full.xml \
+ gypsy-client-full.xml \
+ gypsy-discovery-full.xml