[Python-modules-commits] [pycxx] 02/08: fix includes to match packaged layout
Josué Ortega
josue at moszumanska.debian.org
Sun Sep 25 19:06:14 UTC 2016
This is an automated email from the git hooks/post-receive script.
josue pushed a commit to branch master
in repository pycxx.
commit 94f4f62f73fbf61f364f0fc80195263898a64aea
Author: SVN-Git Migration <python-modules-team at lists.alioth.debian.org>
Date: Thu Oct 8 10:26:03 2015 -0700
fix includes to match packaged layout
Forwarded: not-needed
Patch-Name: 01_change_include_paths.patch
---
Src/cxxextensions.c | 4 ++--
Src/cxxsupport.cxx | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/Src/cxxextensions.c b/Src/cxxextensions.c
index 28a8e1d..cfab556 100644
--- a/Src/cxxextensions.c
+++ b/Src/cxxextensions.c
@@ -37,7 +37,7 @@
#include "CXX/WrapPython.h"
#if PY_MAJOR_VERSION == 2
-#include "Src/Python2/cxxextensions.c"
+#include "Python2/cxxextensions.c"
#else
-#include "Src/Python3/cxxextensions.c"
+#include "Python3/cxxextensions.c"
#endif
diff --git a/Src/cxxsupport.cxx b/Src/cxxsupport.cxx
index 1f2fb43..946e60d 100644
--- a/Src/cxxsupport.cxx
+++ b/Src/cxxsupport.cxx
@@ -37,7 +37,7 @@
#include "CXX/WrapPython.h"
#if PY_MAJOR_VERSION == 2
-#include "Src/Python2/cxxsupport.cxx"
+#include "Python2/cxxsupport.cxx"
#else
-#include "Src/Python3/cxxsupport.cxx"
+#include "Python3/cxxsupport.cxx"
#endif
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/pycxx.git
More information about the Python-modules-commits
mailing list