From 43e9bd2d8fd5af386b475a6e451e438489d38efc Mon Sep 17 00:00:00 2001 From: cliffw Date: Wed, 1 Nov 2006 15:33:27 +0000 Subject: [PATCH] Added missing files --- lustre-iokit/Makefile.am | 6 ++++++ lustre-iokit/NEWS | 1 + 2 files changed, 7 insertions(+) create mode 100644 lustre-iokit/Makefile.am create mode 100644 lustre-iokit/NEWS diff --git a/lustre-iokit/Makefile.am b/lustre-iokit/Makefile.am new file mode 100644 index 0000000..919458e --- /dev/null +++ b/lustre-iokit/Makefile.am @@ -0,0 +1,6 @@ +SUBDIRS = obdfilter-survey sgpdd-survey ost-survey ior-survey + +EXTRA_DIST = lustre-iokit.spec + +rpm: dist + rpmbuild -ta $(PACKAGE)-$(VERSION).tar.gz diff --git a/lustre-iokit/NEWS b/lustre-iokit/NEWS new file mode 100644 index 0000000..6874d57 --- /dev/null +++ b/lustre-iokit/NEWS @@ -0,0 +1 @@ +2006-10-31 - Moved to autoconf -- 1.8.3.1