Fix: session.xsd is already present in dist_xml_DATA
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Tue, 6 May 2014 19:27:14 +0000 (15:27 -0400)
committerDavid Goulet <dgoulet@efficios.com>
Tue, 6 May 2014 19:28:13 +0000 (15:28 -0400)
There is no need to include session.xsd as part of xml_DATA since
dist_xml_DATA will already ensure it is part of the dist target and
installed.

Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
Signed-off-by: David Goulet <dgoulet@efficios.com>
src/common/config/Makefile.am

index f4115486022d67d0ea02f5c1f73275a4eeafc95b..d9d09f14243c22fea1253a72f6647959fbe2b7b6 100644 (file)
@@ -7,5 +7,4 @@ libconfig_la_CPPFLAGS = $(XML_CPPFLAGS) $(AM_CPPFLAGS)
 libconfig_la_LIBADD = $(XML_LIBS)
 
 xmldir = $(datadir)/xml/lttng
-xml_DATA = session.xsd
 dist_xml_DATA = session.xsd
This page took 0.025644 seconds and 4 git commands to generate.