From 0c59ebfc9b811c60fcf808a5de33320eeeb394af Mon Sep 17 00:00:00 2001 From: Miklos Szeredi Date: Sun, 10 Sep 2006 20:53:36 +0000 Subject: ulockmgr --- util/Makefile.am | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'util/Makefile.am') diff --git a/util/Makefile.am b/util/Makefile.am index c07440a..8e8db2a 100644 --- a/util/Makefile.am +++ b/util/Makefile.am @@ -1,9 +1,12 @@ ## Process this file with automake to produce Makefile.in -bin_PROGRAMS = fusermount +bin_PROGRAMS = fusermount ulockmgr_server fusermount_SOURCES = fusermount.c +ulockmgr_server_SOURCES = ulockmgr_server.c +ulockmgr_server_LDFLAGS = -pthread + install-exec-hook: -chown root $(DESTDIR)$(bindir)/fusermount -chmod u+s $(DESTDIR)$(bindir)/fusermount -- cgit v1.2.3