summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Bzatek <tbzatek@users.sourceforge.net>2008-09-14 15:24:54 +0200
committerTomas Bzatek <tbzatek@users.sourceforge.net>2008-09-14 15:24:54 +0200
commit02ed7fb4512e1a8ed079b489b424d8397a5f475f (patch)
treef42302425bdb635b4d85f6c1c4612b86877164f8
parenta059fe10f36de43722da7ad9917025d65914bfcc (diff)
downloadtuxcmd-modules-02ed7fb4512e1a8ed079b489b424d8397a5f475f.tar.xz
Makefile updates
-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
-