[Xfce4-commits] r30059 - in thunar-vfs/trunk: . thunar-vfs
Jannis Pohlmann
jannis at xfce.org
Sat Jun 20 04:03:31 CEST 2009
Author: jannis
Date: 2009-06-20 02:03:30 +0000 (Sat, 20 Jun 2009)
New Revision: 30059
Modified:
thunar-vfs/trunk/ChangeLog
thunar-vfs/trunk/configure.in.in
thunar-vfs/trunk/thunar-vfs/Makefile.am
Log:
* configure.in.in, thunar-vfs/Makefile.am: Remove docs/papers/Makefile
from the configure script and use THUNAR_VFS_VERINFO instead of
THUNAR_VERINFO in the makefile.
Modified: thunar-vfs/trunk/ChangeLog
===================================================================
--- thunar-vfs/trunk/ChangeLog 2009-06-20 01:53:28 UTC (rev 30058)
+++ thunar-vfs/trunk/ChangeLog 2009-06-20 02:03:30 UTC (rev 30059)
@@ -1,5 +1,11 @@
2009-06-20 Jannis Pohlmann <jannis at xfce.org>
+ * configure.in.in, thunar-vfs/Makefile.am: Remove docs/papers/Makefile
+ from the configure script and use THUNAR_VFS_VERINFO instead of
+ THUNAR_VERINFO in the makefile.
+
+2009-06-20 Jannis Pohlmann <jannis at xfce.org>
+
* Create separate repository for thunar-vfs, as in the future, it will
no longer be part of Thunar any more. Instead, there will be a
separate thunar-vfs package for compatiblity reasons. As soon as the
Modified: thunar-vfs/trunk/configure.in.in
===================================================================
--- thunar-vfs/trunk/configure.in.in 2009-06-20 01:53:28 UTC (rev 30058)
+++ thunar-vfs/trunk/configure.in.in 2009-06-20 02:03:30 UTC (rev 30059)
@@ -387,7 +387,6 @@
AC_OUTPUT([
Makefile
docs/Makefile
-docs/papers/Makefile
docs/reference/Makefile
docs/reference/thunar-vfs/Makefile
docs/reference/thunar-vfs/version.xml
Modified: thunar-vfs/trunk/thunar-vfs/Makefile.am
===================================================================
--- thunar-vfs/trunk/thunar-vfs/Makefile.am 2009-06-20 01:53:28 UTC (rev 30058)
+++ thunar-vfs/trunk/thunar-vfs/Makefile.am 2009-06-20 02:03:30 UTC (rev 30059)
@@ -140,7 +140,7 @@
libthunar_vfs_1_la_LDFLAGS = \
-export-dynamic \
-export-symbols-regex "^[^_].*" \
- -version-info $(THUNAR_VERINFO) \
+ -version-info $(THUNAR_VFS_VERINFO) \
$(PLATFORM_LDFLAGS)
libthunar_vfs_1_la_LIBADD = \
More information about the Xfce4-commits
mailing list