Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
Kea
Commits
0e662967
Commit
0e662967
authored
Aug 04, 2011
by
JINMEI Tatuya
Browse files
[904] moved the script to lib/util/python/
parent
dc979c68
Changes
6
Hide whitespace changes
Inline
Side-by-side
configure.ac
View file @
0e662967
...
...
@@ -871,6 +871,7 @@ AC_CONFIG_FILES([Makefile
src/lib/util/Makefile
src/lib/util/io/Makefile
src/lib/util/unittests/Makefile
src/lib/util/python/Makefile
src/lib/util/pyunittests/Makefile
src/lib/util/tests/Makefile
src/lib/acl/Makefile
...
...
@@ -931,7 +932,6 @@ AC_OUTPUT([doc/version.ent
src/lib/python/isc/log/tests/log_console.py
src/lib/dns/gen-rdatacode.py
src/lib/python/bind10_config.py
src/lib/dns/tests/testdata/gen_wiredata.py
src/lib/cc/session_config.h.pre
src/lib/cc/tests/session_unittests_config.h
src/lib/log/tests/console_test.sh
...
...
@@ -941,6 +941,7 @@ AC_OUTPUT([doc/version.ent
src/lib/log/tests/severity_test.sh
src/lib/log/tests/tempdir.h
src/lib/util/python/mkpywrapper.py
src/lib/util/python/gen_wiredata.py
src/lib/server_common/tests/data_path.h
tests/system/conf.sh
tests/system/glue/setup.sh
...
...
@@ -965,13 +966,13 @@ AC_OUTPUT([doc/version.ent
chmod +x src/bin/msgq/run_msgq.sh
chmod +x src/bin/msgq/tests/msgq_test
chmod +x src/lib/dns/gen-rdatacode.py
chmod +x src/lib/dns/tests/testdata/gen_wiredata.py
chmod +x src/lib/log/tests/console_test.sh
chmod +x src/lib/log/tests/destination_test.sh
chmod +x src/lib/log/tests/init_logger_test.sh
chmod +x src/lib/log/tests/local_file_test.sh
chmod +x src/lib/log/tests/severity_test.sh
chmod +x src/lib/util/python/mkpywrapper.py
chmod +x src/lib/util/python/gen_wiredata.py
chmod +x src/lib/python/isc/log/tests/log_console.py
chmod +x tests/system/conf.sh
])
...
...
src/bin/auth/tests/testdata/Makefile.am
View file @
0e662967
...
...
@@ -23,4 +23,4 @@ EXTRA_DIST += example.com
EXTRA_DIST
+=
example.sqlite3
.spec.wire
:
$(PYTHON)
$(
abs_
top_builddir)
/src/lib/
dns/tests/testdata
/gen_wiredata.py
-o
$@
$<
$(PYTHON)
$(top_builddir)
/src/lib/
util/python
/gen_wiredata.py
-o
$@
$<
src/lib/dns/tests/testdata/Makefile.am
View file @
0e662967
...
...
@@ -47,8 +47,6 @@ BUILT_SOURCES += tsig_verify4.wire tsig_verify5.wire tsig_verify6.wire
BUILT_SOURCES
+=
tsig_verify7.wire tsig_verify8.wire tsig_verify9.wire
BUILT_SOURCES
+=
tsig_verify10.wire
noinst_SCRIPTS
=
gen_wiredata.py
# NOTE: keep this in sync with real file listing
# so is included in tarball
EXTRA_DIST
=
edns_toWire1.spec edns_toWire2.spec
...
...
@@ -124,4 +122,4 @@ EXTRA_DIST += tsig_verify7.spec tsig_verify8.spec tsig_verify9.spec
EXTRA_DIST
+=
tsig_verify10.spec
.spec.wire
:
$(PYTHON)
.
/gen_wiredata.py
-o
$@
$<
$(PYTHON)
$(top_builddir)
/src/lib/util/python
/gen_wiredata.py
-o
$@
$<
src/lib/testutils/testdata/Makefile.am
View file @
0e662967
...
...
@@ -32,4 +32,4 @@ EXTRA_DIST += test2.zone.in
EXTRA_DIST
+=
test2-new.zone.in
.spec.wire
:
$(PYTHON)
$(
abs_
top_builddir)
/src/lib/
dns/tests/testdata
/gen_wiredata.py
-o
$@
$<
$(PYTHON)
$(top_builddir)
/src/lib/
util/python
/gen_wiredata.py
-o
$@
$<
src/lib/util/Makefile.am
View file @
0e662967
SUBDIRS
=
.
io unittests tests pyunittests
SUBDIRS
=
.
io unittests tests pyunittests
python
AM_CPPFLAGS
=
-I
$(top_srcdir)
/src/lib
-I
$(top_builddir)
/src/lib
AM_CPPFLAGS
+=
-I
$(top_srcdir)
/src/lib/util
-I
$(top_builddir)
/src/lib/util
...
...
src/lib/
dns/tests/testdata
/gen_wiredata.py.in
→
src/lib/
util/python
/gen_wiredata.py.in
View file @
0e662967
File moved
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment