summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rw-r--r--gvfs/Makefile1
2 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index e273f90..64f6f44 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-SUBDIRS = gnome_vfs zip unrar libarchive
+SUBDIRS = zip unrar libarchive gvfs
all install clean shared static::
target=`echo $@ | sed s/-recursive//`; \
diff --git a/gvfs/Makefile b/gvfs/Makefile
index bc15c60..896fec2 100644
--- a/gvfs/Makefile
+++ b/gvfs/Makefile
@@ -41,4 +41,3 @@ install::
clean:
rm -f *.o *.d *.gch libgvfs_plugin.so
-