summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRadek Podgorny <radek@podgorny.cz>2007-02-12 02:28:14 +0100
committerRadek Podgorny <radek@podgorny.cz>2007-02-12 02:28:14 +0100
commit7538b29ad388e5fed7275d6a190b2d38c9acb4e5 (patch)
tree5d9a3ec344ccd01058df32c93dffc79888175f7e /Makefile
parentbc875776708846233463e4f1163c2bbb33d08b13 (diff)
downloadunionfs-fuse-7538b29ad388e5fed7275d6a190b2d38c9acb4e5.tar.gz
Moved stuff to right place
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4d607f6..4b3ad9e 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@ LDFLAGS += -lfuse -lm
HASHTABLE_OBJ = hashtable.o hashtable_itr.o hash.o elfhash.o
-UNIONFS_OBJ = unionfs.o stats.o opts.o debug.o cache.o findbranch.o readdir.o general.o unlink.o cow_path.o cow.o cow_utils.o
+UNIONFS_OBJ = unionfs.o stats.o opts.o debug.o cache.o findbranch.o readdir.o general.o unlink.o cow.o cow_utils.o
unionfs: $(UNIONFS_OBJ) $(HASHTABLE_OBJ)