[Xfce4-commits] r30068 - in thunar-vfs/trunk: . docs/reference/thunar-vfs tests
Jannis Pohlmann
jannis at xfce.org
Sat Jun 20 13:05:44 CEST 2009
Author: jannis
Date: 2009-06-20 11:05:44 +0000 (Sat, 20 Jun 2009)
New Revision: 30068
Modified:
thunar-vfs/trunk/ChangeLog
thunar-vfs/trunk/docs/reference/thunar-vfs/Makefile.am
thunar-vfs/trunk/tests/Makefile.am
Log:
* docs/reference/thunar-vfs/Makefile.am, tests/Makefile.am: Use
THUNAR_VFS_VERSION_API instead of THUNAR_VERSION_API.
Modified: thunar-vfs/trunk/ChangeLog
===================================================================
--- thunar-vfs/trunk/ChangeLog 2009-06-20 10:13:02 UTC (rev 30067)
+++ thunar-vfs/trunk/ChangeLog 2009-06-20 11:05:44 UTC (rev 30068)
@@ -1,5 +1,10 @@
2009-06-20 Jannis Pohlmann <jannis at xfce.org>
+ * docs/reference/thunar-vfs/Makefile.am, tests/Makefile.am: Use
+ THUNAR_VFS_VERSION_API instead of THUNAR_VERSION_API.
+
+2009-06-20 Jannis Pohlmann <jannis at xfce.org>
+
* POTFILES.in: Remove all files that don't exist in this package.
* Makefile.am, configure.in.in, po-doc/: Remove this folder as it only
contains documentation for Thunar, not for thunar-vfs.
Modified: thunar-vfs/trunk/docs/reference/thunar-vfs/Makefile.am
===================================================================
--- thunar-vfs/trunk/docs/reference/thunar-vfs/Makefile.am 2009-06-20 10:13:02 UTC (rev 30067)
+++ thunar-vfs/trunk/docs/reference/thunar-vfs/Makefile.am 2009-06-20 11:05:44 UTC (rev 30068)
@@ -56,7 +56,7 @@
GTKDOC_LIBS = \
$(EXO_LIBS) \
$(GTHREAD_LIBS) \
- $(top_builddir)/thunar-vfs/libthunar-vfs-$(THUNAR_VERSION_API).la
+ $(top_builddir)/thunar-vfs/libthunar-vfs-$(THUNAR_VFS_VERSION_API).la
include $(top_srcdir)/gtk-doc.make
Modified: thunar-vfs/trunk/tests/Makefile.am
===================================================================
--- thunar-vfs/trunk/tests/Makefile.am 2009-06-20 10:13:02 UTC (rev 30067)
+++ thunar-vfs/trunk/tests/Makefile.am 2009-06-20 11:05:44 UTC (rev 30068)
@@ -20,11 +20,11 @@
test-thunar-vfs-path.c
test_thunar_vfs_path_DEPENDENCIES = \
- $(top_builddir)/thunar-vfs/libthunar-vfs-$(THUNAR_VERSION_API).la
+ $(top_builddir)/thunar-vfs/libthunar-vfs-$(THUNAR_VFS_VERSION_API).la
test_thunar_vfs_path_LDADD = \
$(GTHREAD_LIBS) \
- $(top_builddir)/thunar-vfs/libthunar-vfs-$(THUNAR_VERSION_API).la
+ $(top_builddir)/thunar-vfs/libthunar-vfs-$(THUNAR_VFS_VERSION_API).la
clean-local:
rm -f *.core core core.*
More information about the Xfce4-commits
mailing list