###############################################################################
###############################################################################
##
##  Copyright (C) 2004 Red Hat, Inc.  All rights reserved.
##
##  This copyrighted material is made available to anyone wishing to use,
##  modify, copy, or redistribute it subject to the terms and conditions
##  of the GNU General Public License v.2.
##
###############################################################################
###############################################################################

obj-$(CONFIG_LOCK_GULM) += lock_gulm.o

lock_gulm-y	:=	gulm_core.o \
		gulm_firstlock.o \
		gulm_fs.o \
		gulm_jid.o \
		gulm_lock_queue.o \
		gulm_lt.o \
		gulm_main.o \
		gulm_plock.o \
		gulm_recsig.o \
		handler.o \
		lg_core.o \
		lg_lock.o \
		lg_main.o \
		utils_tostr.o \
		xdr_base.o \
		xdr_io.o \
		xdr_socket.o

