diff options
| author | Tomas Bzatek <tbzatek@users.sourceforge.net> | 2008-09-14 15:24:54 +0200 |
|---|---|---|
| committer | Tomas Bzatek <tbzatek@users.sourceforge.net> | 2008-09-14 15:24:54 +0200 |
| commit | 02ed7fb4512e1a8ed079b489b424d8397a5f475f (patch) | |
| tree | f42302425bdb635b4d85f6c1c4612b86877164f8 | |
| parent | a059fe10f36de43722da7ad9917025d65914bfcc (diff) | |
| download | tuxcmd-modules-02ed7fb4512e1a8ed079b489b424d8397a5f475f.tar.xz | |
Makefile updates
| -rw-r--r-- | Makefile | 2 | ||||
| -rw-r--r-- | gvfs/Makefile | 1 |
2 files changed, 1 insertions, 2 deletions
@@ -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 - |
