[Xfce4-commits] <thunarx-python:master> Fix configure.ac.in folder and fix include statements

Adam Plumb noreply at xfce.org
Thu May 27 18:10:19 CEST 2010


Updating branch refs/heads/master
         to aa90e2535d5a7bad0987373b36bf5e124d148a90 (commit)
       from 00659321f5143bbaa201f5be9683590860cb2c35 (commit)

commit aa90e2535d5a7bad0987373b36bf5e124d148a90
Author: Adam Plumb <adamplumb at gmail.com>
Date:   Wed Dec 9 09:33:10 2009 -0500

    Fix configure.ac.in folder and fix include statements

 configure.ac.in      |    2 +-
 src/thunarx-python.c |    2 +-
 src/txp-provider.c   |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/configure.ac.in b/configure.ac.in
index 0d2b3c3..452910d 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -97,6 +97,6 @@ AC_SUBST([PLATFORM_LDFLAGS])
 
 AC_OUTPUT([
 Makefile
-thunar-vcs-plugin/Makefile
+src/Makefile
 ])
 
diff --git a/src/thunarx-python.c b/src/thunarx-python.c
index 3265285..69dbf2c 100644
--- a/src/thunarx-python.c
+++ b/src/thunarx-python.c
@@ -23,7 +23,7 @@
 
 #include <exo/exo.h>
 
-#include <thunarx-python/txp-provider.h>
+#include <txp-provider.h>
 
 
 
diff --git a/src/txp-provider.c b/src/txp-provider.c
index c220b6b..c21bdca 100644
--- a/src/txp-provider.c
+++ b/src/txp-provider.c
@@ -31,7 +31,7 @@
 
 #include <libxfce4util/libxfce4util.h>
 
-#include <thunarx-python/txp-provider.h>
+#include <txp-provider.h>
 
 
 static void   txp_provider_menu_provider_init   (ThunarxMenuProviderIface *iface);



More information about the Xfce4-commits mailing list