From 2a7b1dddc4ac629bac7197bb2ae07155e2048902 Mon Sep 17 00:00:00 2001 From: thantry Date: Fri, 6 Sep 2002 23:04:34 +0000 Subject: [PATCH] Updated makefile to include first cut for LProcFS --- lustre/obdclass/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lustre/obdclass/Makefile.am b/lustre/obdclass/Makefile.am index 322df7d..ed4854c 100644 --- a/lustre/obdclass/Makefile.am +++ b/lustre/obdclass/Makefile.am @@ -2,6 +2,7 @@ DEFS= MODULE = obdclass modulefs_DATA = obdclass.o EXTRA_PROGRAMS = obdclass -obdclass_SOURCES = debug.c genops.c proc_lustre.c class_obd.c sysctl.c uuid.c +obdclass_SOURCES = debug.c genops.c proc_lustre.c class_obd.c sysctl.c uuid.c \ + lprocfs.c include $(top_srcdir)/Rules -- 1.8.3.1