[hipl-dev] [Branch ~hipl-core/hipl/trunk] Rev 5168: Install all hipdnsproxy Python code into the same directory.

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

------------------------------------------------------------
revno: 5168
committer: Diego Biurrun <diego@xxxxxxxxxx>
branch nick: trunk
timestamp: Fri 2010-11-19 19:51:39 +0100
message:
  Install all hipdnsproxy Python code into the same directory.
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 18:51:39 +0000
@@ -236,24 +236,21 @@
                     tools/hipdnsproxy/hipdnsproxy       \
                     tools/nsupdate.pl
 
-dns_PYTHON = tools/hipdnsproxy/DNS/__init__.py      \
-             tools/hipdnsproxy/DNS/Base.py          \
-             tools/hipdnsproxy/DNS/Class.py         \
-             tools/hipdnsproxy/DNS/lazy.py          \
-             tools/hipdnsproxy/DNS/Lib.py           \
-             tools/hipdnsproxy/DNS/Opcode.py        \
-             tools/hipdnsproxy/DNS/Serialization.py \
-             tools/hipdnsproxy/DNS/Status.py        \
-             tools/hipdnsproxy/DNS/Type.py          \
-             tools/hipdnsproxy/DNS/win32dns.py
-
-dnsdir = $(pyexecdir)/hipdnsproxy/DNS
-
 tools_hipdnskeyparse_PYTHON = tools/hipdnskeyparse/myasn.py
 
-tools_hipdnsproxy_PYTHON = tools/hipdnsproxy/hosts.py       \
-                           tools/hipdnsproxy/pyip6.py       \
-                           tools/hipdnsproxy/util.py
+tools_hipdnsproxy_PYTHON = tools/hipdnsproxy/hosts.py             \
+                           tools/hipdnsproxy/pyip6.py             \
+                           tools/hipdnsproxy/util.py              \
+                           tools/hipdnsproxy/DNS/__init__.py      \
+                           tools/hipdnsproxy/DNS/Base.py          \
+                           tools/hipdnsproxy/DNS/Class.py         \
+                           tools/hipdnsproxy/DNS/lazy.py          \
+                           tools/hipdnsproxy/DNS/Lib.py           \
+                           tools/hipdnsproxy/DNS/Opcode.py        \
+                           tools/hipdnsproxy/DNS/Serialization.py \
+                           tools/hipdnsproxy/DNS/Status.py        \
+                           tools/hipdnsproxy/DNS/Type.py          \
+                           tools/hipdnsproxy/DNS/win32dns.py
 
 tools_hipdnskeyparsedir = $(pyexecdir)
 tools_hipdnsproxydir    = $(pyexecdir)

Other related posts: