From 47189e138dbe84a4fdc8538fd1fb60675424d232 Mon Sep 17 00:00:00 2001 From: wangdi Date: Fri, 22 Aug 2003 09:05:20 +0000 Subject: [PATCH] add lustre_lite.h and lustre_idl.h to rpm --- lustre/include/Makefile.am | 9 +++++++++ lustre/include/linux/Makefile.am | 10 ++++++++++ 2 files changed, 19 insertions(+) create mode 100644 lustre/include/Makefile.am create mode 100644 lustre/include/linux/Makefile.am diff --git a/lustre/include/Makefile.am b/lustre/include/Makefile.am new file mode 100644 index 0000000..d532ab5 --- /dev/null +++ b/lustre/include/Makefile.am @@ -0,0 +1,9 @@ + +# Copyright (C) 2001 Cluster File Systems, Inc. +# +# This code is issued under the GNU General Public License. +# See the file COPYING in this distribution + +SUBDIRS = linux +EXTRA_DIST = config.h.in ioctl.h liblustre.h +include $(top_srcdir)/Rules diff --git a/lustre/include/linux/Makefile.am b/lustre/include/linux/Makefile.am new file mode 100644 index 0000000..551dc4f --- /dev/null +++ b/lustre/include/linux/Makefile.am @@ -0,0 +1,10 @@ +# Copyright (C) 2001 Cluster File Systems, Inc. +# +# This code is issued under the GNU General Public License. +# See the file COPYING in this distribution + + +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 lustre_otree.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 + -- 1.8.3.1