BIND 10 master, updated. eb6441aca464980d00e3ff827cbf4195c5a7afc5 [master] Do not install the message compiler. (Ticket 634)

BIND 10 source code commits bind10-changes at lists.isc.org
Mon Mar 7 17:46:32 UTC 2011


The branch, master has been updated
       via  eb6441aca464980d00e3ff827cbf4195c5a7afc5 (commit)
      from  5e2e3fa2759475313d69d3f9cf1cd339f3db8bc7 (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 eb6441aca464980d00e3ff827cbf4195c5a7afc5
Author: Jeremy C. Reed <jreed at ISC.org>
Date:   Mon Mar 7 11:46:05 2011 -0600

    [master] Do not install the message compiler. (Ticket 634)

-----------------------------------------------------------------------

Summary of changes:
 src/lib/log/compiler/Makefile.am |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

-----------------------------------------------------------------------
diff --git a/src/lib/log/compiler/Makefile.am b/src/lib/log/compiler/Makefile.am
index 2475036..9343793 100644
--- a/src/lib/log/compiler/Makefile.am
+++ b/src/lib/log/compiler/Makefile.am
@@ -10,11 +10,9 @@ if USE_STATIC_LINK
 AM_LDFLAGS = -static
 endif
 
-pkglibexecdir = $(libexecdir)/@PACKAGE@
-
 CLEANFILES = *.gcno *.gcda
 
-pkglibexec_PROGRAMS = message
+noinst_PROGRAMS = message
 message_SOURCES = message.cc
 message_LDADD  = $(top_builddir)/src/lib/log/liblog.la
 




More information about the bind10-changes mailing list