Browse Source

specify tests in cpp/Makefile.am

git-svn-id: svn://bind10.isc.org/svn/bind10/branches/jinmei-dnsrdata2@743 e5f2f494-b856-4b98-b285-d166d9295462
JINMEI Tatuya 15 years ago
parent
commit
fcfd8c8cbc
2 changed files with 3 additions and 2 deletions
  1. 1 1
      src/lib/dns/Makefile.am
  2. 2 1
      src/lib/dns/cpp/Makefile.am

+ 1 - 1
src/lib/dns/Makefile.am

@@ -1 +1 @@
-SUBDIRS = cpp cpp/tests
+SUBDIRS = cpp

+ 2 - 1
src/lib/dns/cpp/Makefile.am

@@ -1,3 +1,5 @@
+SUBDIRS = . tests
+
 AM_CPPFLAGS = -I$(top_builddir)/include -I$(top_srcdir)/ext
 
 CLEANFILES = *.gcno *.gcda
@@ -22,4 +24,3 @@ rrtype.h: rrtype-placeholder.h
 rrparamregistry.cc: rrparamregistry-placeholder.cc
 rrclass.h rrtype.h rrparamregistry.cc rdataclass.h rdataclass.cc: Makefile
 	./gen-rdatacode.py
-tests: libdns.la