Whamcloud - gitweb
- warn if HMAC's don't match
[fs/lustre-release.git] / lustre / scripts / Makefile.am
index a33c1e5..b07c412 100644 (file)
@@ -3,8 +3,12 @@
 # This code is issued under the GNU General Public License.
 # See the file COPYING in this distribution
 
-EXTRA_DIST = license-status maketags.sh lustre.spec $(initd_SCRIPTS)
-initddir = $(sysconfdir)/init.d
-initd_SCRIPTS = lustre
-include $(top_srcdir)/Rules
+EXTRA_DIST = license-status maketags.sh version_tag.pl.in      \
+       lustre lustrefs
 
+initddir = $(sysconfdir)/init.d
+if UTILS
+if INIT_SCRIPTS
+initd_SCRIPTS = lustre lustrefs
+endif
+endif