Whamcloud - gitweb
Branch HEAD
[fs/lustre-release.git] / lustre / obdclass / autoMakefile.am
index 165d44c..21886e6 100644 (file)
@@ -7,12 +7,12 @@ DIST_SUBDIRS := $(SUBDIRS)
 if LIBLUSTRE
 
 noinst_LIBRARIES = liblustreclass.a
-liblustreclass_a_SOURCES = class_obd.c debug.c genops.c statfs_pack.c uuid.c 
+liblustreclass_a_SOURCES = class_obd.c debug.c genops.c statfs_pack.c mea.c uuid.c 
 liblustreclass_a_SOURCES += lustre_handles.c lustre_peer.c lprocfs_status.c class_hash.c
 liblustreclass_a_SOURCES += obdo.c obd_config.c llog.c llog_obd.c llog_cat.c 
-liblustreclass_a_SOURCES += llog_lvfs.c llog_swab.c 
-liblustreclass_a_SOURCES += prng.c #llog_ioctl.c rbtree.c
-liblustreclass_a_CPPFLAGS = $(LLCPPFLAGS) -DLUSTRE_VERSION=\"32\" -DBUILD_VERSION=\"1\"
+liblustreclass_a_SOURCES += llog_lvfs.c llog_swab.c capa.c
+liblustreclass_a_SOURCES += #llog_ioctl.c rbtree.c
+liblustreclass_a_CPPFLAGS = $(LLCPPFLAGS)
 liblustreclass_a_CFLAGS = $(LLCFLAGS)
 
 endif
@@ -30,10 +30,11 @@ macos_PROGRAMS := obdclass
 
 obdclass_SOURCES := \
         darwin/darwin-module.c darwin/darwin-sysctl.c          \
-        class_obd.c genops.c lprocfs_status.c class_hash.c             \
+        class_obd.c genops.c lprocfs_status.c                  \
         lustre_handles.c lustre_peer.c obd_config.c            \
-        obdo.c debug.c llog_ioctl.c uuid.c prng.c               \
-        llog_swab.c llog_obd.c llog.c llog_cat.c llog_lvfs.c
+        obdo.c debug.c llog_ioctl.c uuid.c                      \
+        llog_swab.c llog_obd.c llog.c llog_cat.c llog_lvfs.c    \
+        mea.c lu_object.c dt_object.c hash.c
 
 obdclass_CFLAGS := $(EXTRA_KCFLAGS)
 obdclass_LDFLAGS := $(EXTRA_KLDFLAGS)