[hipl-dev] [Branch ~hipl-core/hipl/trunk] Rev 5169: Use pythondir instead of pyexecdir automake variable.

  • From: noreply@xxxxxxxxxxxxx
  • To: HIPL core team <hipl-dev@xxxxxxxxxxxxx>
  • Date: Fri, 19 Nov 2010 22:33:27 -0000

------------------------------------------------------------
revno: 5169
committer: Diego Biurrun <diego@xxxxxxxxxx>
branch nick: trunk
timestamp: Fri 2010-11-19 23:31:19 +0100
message:
  Use pythondir instead of pyexecdir automake variable.
  
  In practice both variables point to the same location, but the former
  should be slightly more correct than the latter.
modified:
  Makefile.am


--
lp:hipl
https://code.launchpad.net/~hipl-core/hipl/trunk

Your team HIPL core team is subscribed to branch lp:hipl.
To unsubscribe from this branch go to 
https://code.launchpad.net/~hipl-core/hipl/trunk/+edit-subscription
=== modified file 'Makefile.am'
--- Makefile.am 2010-11-16 14:38:02 +0000
+++ Makefile.am 2010-11-19 22:31:19 +0000
@@ -247,7 +247,7 @@
              tools/hipdnsproxy/DNS/Type.py          \
              tools/hipdnsproxy/DNS/win32dns.py
 
-dnsdir = $(pyexecdir)/hipdnsproxy/DNS
+dnsdir = $(pythondir)/hipdnsproxy/DNS
 
 tools_hipdnskeyparse_PYTHON = tools/hipdnskeyparse/myasn.py
 
@@ -255,8 +255,8 @@
                            tools/hipdnsproxy/pyip6.py       \
                            tools/hipdnsproxy/util.py
 
-tools_hipdnskeyparsedir = $(pyexecdir)
-tools_hipdnsproxydir    = $(pyexecdir)
+tools_hipdnskeyparsedir = $(pythondir)
+tools_hipdnsproxydir    = $(pythondir)
 
 
 ### misc stuff ###

Other related posts:

  • » [hipl-dev] [Branch ~hipl-core/hipl/trunk] Rev 5169: Use pythondir instead of pyexecdir automake variable. - noreply