Whamcloud - gitweb
branch b1_5
authorericm <ericm>
Mon, 27 Feb 2006 02:42:23 +0000 (02:42 +0000)
committerericm <ericm>
Mon, 27 Feb 2006 02:42:23 +0000 (02:42 +0000)
- lustre/quota/Makefile.in somewhat get lost during merging from b_r_146
  to b1_4. add it back.

lustre/quota/Makefile.in [new file with mode: 0644]

diff --git a/lustre/quota/Makefile.in b/lustre/quota/Makefile.in
new file mode 100644 (file)
index 0000000..19a37ca
--- /dev/null
@@ -0,0 +1,10 @@
+MODULES := lquota
+MODULES += quotactl_test quotacheck_test
+
+lquota-objs := quota_check.o quota_context.o quota_ctl.o quota_interface.o
+lquota-objs += quota_master.o
+quotactl-objs := quotactl_test.o
+quotaccheck-objs := quotacheck_test.o
+
+@INCLUDE_RULES@
+