Whamcloud - gitweb
Include lustre_user.h for user-space interface, and put that in the install
authoradilger <adilger>
Tue, 28 Oct 2003 03:37:18 +0000 (03:37 +0000)
committeradilger <adilger>
Tue, 28 Oct 2003 03:37:18 +0000 (03:37 +0000)
package instead of the (deprecated for apps) lustre_lite.h and lustre_idl.h.

lustre/include/linux/Makefile.am

index ece5798..cd614f9 100644 (file)
@@ -4,11 +4,11 @@
 # See the file COPYING in this distribution
 
 
-pkginclude_HEADERS = lustre_lite.h  lustre_idl.h
+pkginclude_HEADERS = lustre_user.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
+  lvfs.h lvfs_linux.h lustre_cfg.h lustre_lite.h  lustre_idl.h