Whamcloud - gitweb
LU-2158 lvfs: remove llog_lvfs.c and other lvfs code from llog
[fs/lustre-release.git] / lustre / obdclass / autoMakefile.am
index 493a4aa..b1988b6 100644 (file)
@@ -8,8 +8,8 @@ if LIBLUSTRE
 noinst_LIBRARIES = liblustreclass.a
 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
-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 capa.c
+liblustreclass_a_SOURCES += obdo.c obd_config.c llog.c llog_obd.c llog_cat.c
+liblustreclass_a_SOURCES += llog_swab.c capa.c
 liblustreclass_a_SOURCES += lu_object.c cl_object.c lu_ref.c
 liblustreclass_a_SOURCES += cl_page.c cl_lock.c cl_io.c
 liblustreclass_a_SOURCES += #llog_ioctl.c rbtree.c
@@ -34,7 +34,7 @@ obdclass_SOURCES =                                            \
        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                      \
-       llog_swab.c llog_obd.c llog.c llog_cat.c llog_lvfs.c    \
+       llog_swab.c llog_obd.c llog.c llog_cat.c                \
        mea.c lu_object.c dt_object.c lu_ref.c
 
 obdclass_CFLAGS := $(EXTRA_KCFLAGS)