[svn] commit: r517 - in /branches/parkinglot/src/lib/cc/cpp: Makefile.am test.cc
BIND 10 source code commits
bind10-changes at lists.isc.org
Tue Jan 26 19:48:29 UTC 2010
Author: jelte
Date: Tue Jan 26 19:48:29 2010
New Revision: 517
Log:
removed manual test binary (this 'test' belongs in a to-be made data_spec_unittests file)
Removed:
branches/parkinglot/src/lib/cc/cpp/test.cc
Modified:
branches/parkinglot/src/lib/cc/cpp/Makefile.am
Modified: branches/parkinglot/src/lib/cc/cpp/Makefile.am
==============================================================================
--- branches/parkinglot/src/lib/cc/cpp/Makefile.am (original)
+++ branches/parkinglot/src/lib/cc/cpp/Makefile.am Tue Jan 26 19:48:29 2010
@@ -1,8 +1,5 @@
AM_CPPFLAGS = -I$(top_srcdir)/src/lib/cc/cpp -I$(top_srcdir)/ext -Wall -Werror
-bin_PROGRAMS = test
-test_SOURCES = test.cc
-test_LDADD = libcc.a
lib_LIBRARIES = libcc.a
libcc_a_SOURCES = data.cc data.h data_def.h data_def.cc session.cc session.h
More information about the bind10-changes
mailing list