From 2f58ec8421ba9b7db88d0ed3c45ff0b884273617 Mon Sep 17 00:00:00 2001 From: adilger Date: Tue, 28 Oct 2003 03:37:18 +0000 Subject: [PATCH] Include lustre_user.h for user-space interface, and put that in the install package instead of the (deprecated for apps) lustre_lite.h and lustre_idl.h. --- lustre/include/linux/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lustre/include/linux/Makefile.am b/lustre/include/linux/Makefile.am index ece5798..cd614f9 100644 --- a/lustre/include/linux/Makefile.am +++ b/lustre/include/linux/Makefile.am @@ -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 -- 1.8.3.1