[svn] commit: r595 - /branches/parkinglot/src/bin/parkinglot/Makefile.am
BIND 10 source code commits
bind10-changes at lists.isc.org
Thu Jan 28 20:46:51 UTC 2010
Author: jreed
Date: Thu Jan 28 20:46:50 2010
New Revision: 595
Log:
Install the parkinglot executable to the pkglibexecdir.
It isn't useful ran by itself.
(This won't break bind10.py since its current wrapper only looks in src tree.)
Also add a TODO comment about builtin_bench.
Modified:
branches/parkinglot/src/bin/parkinglot/Makefile.am
Modified: branches/parkinglot/src/bin/parkinglot/Makefile.am
==============================================================================
--- branches/parkinglot/src/bin/parkinglot/Makefile.am (original)
+++ branches/parkinglot/src/bin/parkinglot/Makefile.am Thu Jan 28 20:46:50 2010
@@ -1,6 +1,9 @@
AM_CPPFLAGS = -I$(top_srcdir)/src/lib -I$(top_srcdir)/ext
-bin_PROGRAMS = parkinglot
+pkglibexecdir = $(libexecdir)/@PACKAGE@
+
+pkglibexec_PROGRAMS = parkinglot
+
parkinglot_SOURCES = common.cc common.h zoneset.h zoneset.cc parkinglot.cc
parkinglot_SOURCES += parkinglot.h main.cc
parkinglot_SOURCES += data_source_plot.h data_source_plot.cc
@@ -10,6 +13,7 @@
parkinglot_LDADD += $(top_builddir)/src/lib/config/cpp/libclient.a
parkinglot_LDADD += $(top_builddir)/src/lib/cc/cpp/libcc.a
-bin_PROGRAMS += builtin_bench
+# TODO: don't install this here
+bin_PROGRAMS = builtin_bench
builtin_bench_SOURCES = builtin_bench.cc builtin.h builtin.cc
builtin_bench_LDADD = $(top_builddir)/src/lib/dns/cpp/.libs/libdns.a
More information about the bind10-changes
mailing list