[pytango] 181/483: updated script for new directory structure
Sandor Bodo-Merle
sbodomerle-guest at moszumanska.debian.org
Thu Sep 28 19:14:38 UTC 2017
This is an automated email from the git hooks/post-receive script.
sbodomerle-guest pushed a commit to annotated tag bliss_8.10
in repository pytango.
commit 34020a66f341d09df35306827cb7746fdabc7cf5
Author: tiagocoutinho <tiagocoutinho at 4e9c00fd-8f2e-0410-aa12-93ce3db5e235>
Date: Tue Jan 15 15:24:33 2013 +0000
updated script for new directory structure
git-svn-id: http://svn.code.sf.net/p/tango-cs/code/bindings/PyTango/trunk@21891 4e9c00fd-8f2e-0410-aa12-93ce3db5e235
---
setup.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/setup.py b/setup.py
index 70cbc83..214d3d9 100644
--- a/setup.py
+++ b/setup.py
@@ -337,7 +337,7 @@ def main():
# include directories
#-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-
- include_dirs = [ os.path.abspath('src') ]
+ include_dirs = [ os.path.abspath('src', 'boost', 'cpp') ]
_tango_root_inc = os.path.join(TANGO_ROOT, 'include')
include_dirs.append(_tango_root_inc)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/pytango.git
More information about the debian-science-commits
mailing list