Rename: client/libcaptive-gnomevfs/ -> client/gnomevfs/
authorshort <>
Fri, 15 Aug 2003 08:31:43 +0000 (08:31 +0000)
committershort <>
Fri, 15 Aug 2003 08:31:43 +0000 (08:31 +0000)
12 files changed:
autogen.pl
configure.in
src/client/Makefile.am
src/client/gnomevfs/Makefile.am
src/client/gnomevfs/captive.conf.in [moved from src/client/libcaptive-gnomevfs/captive.conf.in with 100% similarity]
src/client/gnomevfs/giognomevfs.c [moved from src/client/libcaptive-gnomevfs/giognomevfs.c with 100% similarity]
src/client/gnomevfs/giognomevfs.h [moved from src/client/libcaptive-gnomevfs/giognomevfs.h with 100% similarity]
src/client/gnomevfs/gnome-vfs-method.c [moved from src/client/libcaptive-gnomevfs/gnome-vfs-method.c with 100% similarity]
src/client/gnomevfs/gnome-vfs-method.h [moved from src/client/libcaptive-gnomevfs/gnome-vfs-method.h with 100% similarity]
src/client/gnomevfs/gnome-vfs-module.c [moved from src/client/libcaptive-gnomevfs/gnome-vfs-module.c with 100% similarity]
src/client/gnomevfs/gnome-vfs-module.h [moved from src/client/libcaptive-gnomevfs/gnome-vfs-module.h with 100% similarity]
src/client/libcaptive-gnomevfs/Makefile.am [deleted file]

index a5a32ef..805292c 100755 (executable)
@@ -44,7 +44,7 @@ AutoGen->run(
                                ./src/client/bug-replay/captive-bug-replay
                                ./src/client/cmdline/captive-cmdline
                                ./src/client/sandbox-server/captive-sandbox-server
-                               ./src/client/libcaptive-gnomevfs/captive.conf
+                               ./src/client/gnomevfs/captive.conf
                                ./src/libcaptive/cc/marshallers.[ch]
                                ./src/libcaptive/ke/exports.c
                                ./src/libcaptive/reactos/*/*.[cS]
index 5473273..e976f95 100644 (file)
@@ -272,13 +272,13 @@ Makefile
 ./src/client/Makefile
 ./src/client/bug-replay/Makefile
 ./src/client/cmdline/Makefile
-./src/client/libcaptive-gnomevfs/Makefile
+./src/client/gnomevfs/Makefile
 ./src/client/lufs/Makefile
 ./src/client/sandbox-server/Makefile
 ./src/TraceFS/Makefile
 ./doc/Makefile
 ./doc/apiref/Makefile
-./src/client/libcaptive-gnomevfs/captive.conf
+./src/client/gnomevfs/captive.conf
 ])
 
 dnl FIXME: Why is "po/POTFILES" being substituted?
index ef25a5a..08574d6 100644 (file)
@@ -18,4 +18,4 @@
 
 include $(top_srcdir)/Makefile-head.am
 
-SUBDIRS=cmdline sandbox-server lufs libcaptive-gnomevfs bug-replay
+SUBDIRS=cmdline sandbox-server lufs gnomevfs bug-replay
index 4be2184..7c15c6c 100644 (file)
@@ -1,5 +1,5 @@
 # $Id$
-# automake source for the libcaptive-gnomevfs module for gnome-vfs2 Makefile 
+# automake source for the gnomevfs module for gnome-vfs2 Makefile 
 # Copyright (C) 2002-2003 Jan Kratochvil <project-captive@jankratochvil.net>
 # 
 # This program is free software; you can redistribute it and/or modify
diff --git a/src/client/libcaptive-gnomevfs/Makefile.am b/src/client/libcaptive-gnomevfs/Makefile.am
deleted file mode 100644 (file)
index 4be2184..0000000
+++ /dev/null
@@ -1,38 +0,0 @@
-# $Id$
-# automake source for the libcaptive-gnomevfs module for gnome-vfs2 Makefile 
-# Copyright (C) 2002-2003 Jan Kratochvil <project-captive@jankratochvil.net>
-# 
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; exactly version 2 of June 1991 is required
-# 
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-# GNU General Public License for more details.
-# 
-# You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
-
-
-include $(top_srcdir)/Makefile-head.am
-include $(top_srcdir)/src/libcaptive/Makefile-libcaptive.am
-
-gnomevfsmoduleslibdir=$(libdir)/gnome-vfs-2.0/modules
-gnomevfsmoduleslib_LTLIBRARIES=libcaptive-gnomevfs.la
-
-libcaptive_gnomevfs_la_CFLAGS=                   $(GNOME_VFS_MODULE_CFLAGS) $(LIBXML_CFLAGS)
-libcaptive_gnomevfs_la_LIBADD=$(captive_library) $(GNOME_VFS_MODULE_LIBS)
-libcaptive_gnomevfs_la_LDFLAGS=-release $(VERSION)
-libcaptive_gnomevfs_la_SOURCES= \
-               giognomevfs.c \
-               giognomevfs.h \
-               gnome-vfs-method.c \
-               gnome-vfs-method.h \
-               gnome-vfs-module.c \
-               gnome-vfs-module.h
-
-gnomevfsmodulesconfdir=$(sysconfdir)/gnome-vfs-2.0/modules
-gnomevfsmodulesconf_DATA=captive.conf
-EXTRA_DIST+=captive.conf.in