Whamcloud - gitweb
VS: did you update the ChangeLog for a bug fix?
[fs/lustre-release.git] / lustre / conf / Makefile.am
index 7f98129..978cf29 100644 (file)
@@ -3,11 +3,12 @@
 # This code is issued under the GNU General Public License.
 # See the file COPYING in this distribution
 
-EXTRA_DIST = lustre2ldif.xsl lustre.dtd lustre.schema slapd-lustre.conf
+EXTRA_DIST = lustre.dtd lustre.schema slapd-lustre.conf lustre2ldif.xsl top.ldif
 ldapconfdir = $(sysconfdir)/openldap
 ldapschemadir = $(sysconfdir)/openldap/schema
+
+if UTILS
 ldapconf_SCRIPTS = slapd-lustre.conf
 ldapschema_SCRIPTS = lustre.schema
-
-include $(top_srcdir)/Rules
-
+pkgdata_DATA = top.ldif lustre2ldif.xsl
+endif