summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRadek Podgorny <radek@podgorny.cz>2008-03-05 16:58:46 +0100
committerRadek Podgorny <radek@podgorny.cz>2008-03-05 16:58:46 +0100
commit0d801d3a35ff35a4ba2378a576844f1145efa272 (patch)
tree56966f766107fcecdaad62ba7084a41b6606f620 /Makefile
parent536ec00bc4f1184f6d80bbb8b36762ad89de610a (diff)
parent2d810260137500adf53e52063d6c6cb38e408680 (diff)
downloadunionfs-fuse-0d801d3a35ff35a4ba2378a576844f1145efa272.tar.gz
merge
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 39a9d77..e9df6a9 100644
--- a/Makefile
+++ b/Makefile
@@ -3,10 +3,10 @@ CPPFLAGS += -D_FILE_OFFSET_BITS=64 -DFUSE_USE_VERSION=26
#CPPFLAGS += -D_FILE_OFFSET_BITS=64 -DFUSE_USE_VERSION=26 -DHAVE_SETXATTR
LDFLAGS +=
-LIB = -lfuse -lpthread -lm -lrt
+LIB = -lfuse -lpthread -lm
HASHTABLE_OBJ = hashtable.o hashtable_itr.o hash.o elfhash.o
-UNIONFS_OBJ = unionfs.o stats.o opts.o debug.o findbranch.o readdir.o general.o unlink.o cow.o cow_utils.o
+UNIONFS_OBJ = unionfs.o stats.o opts.o debug.o findbranch.o readdir.o general.o unlink.o rmdir.o cow.o cow_utils.o
unionfs: $(UNIONFS_OBJ) $(HASHTABLE_OBJ)