BIND 10 trac1924, updated. 6eb4e61e5886a972750136b425404e17dbd476ea [1924] Fix makefile
BIND 10 source code commits
bind10-changes at lists.isc.org
Mon Feb 11 14:26:44 UTC 2013
The branch, trac1924 has been updated
via 6eb4e61e5886a972750136b425404e17dbd476ea (commit)
via 050472189e8f79ce65d165241d19ccbf333eab20 (commit)
from 1aa0a1179c5948cc63bee18a2a19106d6ed1243d (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 6eb4e61e5886a972750136b425404e17dbd476ea
Author: Michal 'vorner' Vaner <michal.vaner at nic.cz>
Date: Mon Feb 11 10:17:20 2013 +0100
[1924] Fix makefile
The .cc file must be in _SOURCES, not in nodist_SOURCES. This one is not
generated.
commit 050472189e8f79ce65d165241d19ccbf333eab20
Author: Michal 'vorner' Vaner <michal.vaner at nic.cz>
Date: Mon Feb 11 10:12:55 2013 +0100
[1924] Add the generator scripts to EXTRA_DIST
One would think it would pack them automatically if they are in
noinst_SCRIPTS. But it doesn't seem to work, so marking them explicitly.
-----------------------------------------------------------------------
Summary of changes:
src/lib/cc/Makefile.am | 3 ++-
src/lib/util/python/Makefile.am | 1 +
2 files changed, 3 insertions(+), 1 deletion(-)
-----------------------------------------------------------------------
diff --git a/src/lib/cc/Makefile.am b/src/lib/cc/Makefile.am
index b3475d8..caa5cc2 100644
--- a/src/lib/cc/Makefile.am
+++ b/src/lib/cc/Makefile.am
@@ -24,8 +24,9 @@ lib_LTLIBRARIES = libb10-cc.la
libb10_cc_la_SOURCES = data.cc data.h session.cc session.h
libb10_cc_la_SOURCES += logger.cc logger.h
nodist_libb10_cc_la_SOURCES = cc_messages.cc cc_messages.h
+libb10_cc_la_SOURCES += proto_defs.cc
+nodist_libb10_cc_la_SOURCES += proto_defs.h
libb10_cc_la_LIBADD = $(top_builddir)/src/lib/log/libb10-log.la
-nodist_libb10_cc_la_SOURCES += proto_defs.cc proto_defs.h
CLEANFILES = *.gcno *.gcda session_config.h cc_messages.cc cc_messages.h
diff --git a/src/lib/util/python/Makefile.am b/src/lib/util/python/Makefile.am
index c92af7e..1e05688 100644
--- a/src/lib/util/python/Makefile.am
+++ b/src/lib/util/python/Makefile.am
@@ -1,2 +1,3 @@
noinst_SCRIPTS = gen_wiredata.py mkpywrapper.py const2hdr.py \
pythonize_constants.py
+EXTRA_DIST = const2hdr.py pythonize_constants.py
More information about the bind10-changes
mailing list