[pytango] 217/483: Added LOG4TANGO_ROOT to configuration of include and lib directories in setup.py
Sandor Bodo-Merle
sbodomerle-guest at moszumanska.debian.org
Thu Sep 28 19:14:42 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 bb5d3f23dffa4c193672a646bf4656a58c653e25
Author: trogucki <trogucki at 4e9c00fd-8f2e-0410-aa12-93ce3db5e235>
Date: Wed Jan 30 11:38:09 2013 +0000
Added LOG4TANGO_ROOT to configuration of include and lib directories in setup.py
git-svn-id: http://svn.code.sf.net/p/tango-cs/code/bindings/PyTango/trunk@21988 4e9c00fd-8f2e-0410-aa12-93ce3db5e235
---
setup.py | 1 +
1 file changed, 1 insertion(+)
diff --git a/setup.py b/setup.py
index 68b07a7..2e7a4fa 100644
--- a/setup.py
+++ b/setup.py
@@ -381,6 +381,7 @@ def main():
library_dirs = [
os.path.join(TANGO_ROOT, 'lib'),
os.path.join(BOOST_ROOT, 'lib'),
+ os.path.join(LOG4TANGO_ROOT, 'lib'),
]
if os.name == 'nt':
--
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