[vte] build: Try again to fix srcdir != builddir build



commit 6738de398f59d8e2f074ebaa2f2d05ac953730bb
Author: Christian Persch <chpe gnome org>
Date:   Thu Jan 14 19:25:07 2016 +0100

    build: Try again to fix srcdir != builddir build

 src/vte/vte.h |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)
---
diff --git a/src/vte/vte.h b/src/vte/vte.h
index 85d267b..777b7ac 100644
--- a/src/vte/vte.h
+++ b/src/vte/vte.h
@@ -23,13 +23,13 @@
 
 #define __VTE_VTE_H_INSIDE__ 1
 
-#include "vteenums.h"
-#include "vteglobals.h"
-#include "vtepty.h"
-#include "vteregex.h"
-#include "vteterminal.h"
-#include "vtetypebuiltins.h"
-#include "vteversion.h"
+#include "vte/vteenums.h"
+#include "vte/vteglobals.h"
+#include "vte/vtepty.h"
+#include "vte/vteregex.h"
+#include "vte/vteterminal.h"
+#include "vte/vtetypebuiltins.h"
+#include "vte/vteversion.h"
 
 #if !defined(VTE_DISABLE_DEPRECATED) || defined(VTE_COMPILATION)
 #include "vtedeprecated.h"


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]