Whamcloud - gitweb
b=2117
authorphil <phil>
Fri, 10 Oct 2003 22:49:55 +0000 (22:49 +0000)
committerphil <phil>
Fri, 10 Oct 2003 22:49:55 +0000 (22:49 +0000)
Fix some 'make rpms' bitrot:
 - add missing headers to include/linux/Makefile.am; remove
  lustre_build_version.h, which may not be present at DIST time
 - add llog_internal.h to obdclass/Makefile.am
 - fix lustre.spec.in paths
 - remove unnecessary EXTRA_DIST mcreate in tests/Makefile.am

lustre/include/linux/Makefile.am

index 96aeff0..ece5798 100644 (file)
@@ -6,5 +6,9 @@
 
 pkginclude_HEADERS = lustre_lite.h  lustre_idl.h
 
-EXTRA_DIST = lprocfs_status.h lustre_debug.h lustre_ha.h lustre_lib.h lustre_mgmt.h obd_cache.h obd_lov.h obd_snap_support.h lustre_build_version.h lustre_dlm.h lustre_handles.h lustre_net.h  obd_class.h  obd_ost.h   obd_support.h  lustre_commit_confd.h lustre_export.h lustre_log.h obd_echo.h   obd_ptlbd.h  obd_trace.h lustre_compat25.h lustre_fsfilt.h  lustre_import.h  lustre_mds.h  obd.h obd_ext2.h   obd_snap.h lvfs.h lvfs_linux.h
+EXTRA_DIST = lprocfs_status.h lustre_debug.h lustre_ha.h lustre_lib.h \
+  lustre_mgmt.h obd_cache.h obd_lov.h lustre_dlm.h lustre_handles.h \
+  lustre_net.h obd_class.h obd_ost.h obd_support.h lustre_commit_confd.h \
+  lustre_export.h lustre_log.h obd_echo.h obd_ptlbd.h obd_trace.h \
+  lustre_compat25.h lustre_fsfilt.h lustre_import.h lustre_mds.h obd.h \
+  lvfs.h lvfs_linux.h lustre_cfg.h