From: Stephen Morris Date: Tue, 4 Feb 2014 12:07:10 +0000 (+0000) Subject: [3305] Do not install libraries used for DHCP tests X-Git-Tag: bind10-1.2.0beta1-release~70^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=87300261839710cb90f2176053d1bc5bcd3c0921;p=thirdparty%2Fkea.git [3305] Do not install libraries used for DHCP tests --- diff --git a/src/bin/dhcp4/tests/Makefile.am b/src/bin/dhcp4/tests/Makefile.am index c72b8b058d..91b5a3b0e8 100644 --- a/src/bin/dhcp4/tests/Makefile.am +++ b/src/bin/dhcp4/tests/Makefile.am @@ -58,7 +58,8 @@ if HAVE_GTEST # to unexpected errors. For this reason, the --enable-static-link option is # ignored for unit tests built here. -lib_LTLIBRARIES = libco1.la libco2.la +nodistdir=$(abs_top_builddir)/src/bin/dhcp4/tests +nodist_LTLIBRARIES = libco1.la libco2.la libco1_la_SOURCES = callout_library_1.cc callout_library_common.h libco1_la_CXXFLAGS = $(AM_CXXFLAGS) diff --git a/src/bin/dhcp6/tests/Makefile.am b/src/bin/dhcp6/tests/Makefile.am index f548ec2105..92a18cf27f 100644 --- a/src/bin/dhcp6/tests/Makefile.am +++ b/src/bin/dhcp6/tests/Makefile.am @@ -54,7 +54,8 @@ if HAVE_GTEST # to unexpected errors. For this reason, the --enable-static-link option is # ignored for unit tests built here. -lib_LTLIBRARIES = libco1.la libco2.la +nodistdir=$(abs_top_builddir)/src/bin/dhcp6/tests +nodist_LTLIBRARIES = libco1.la libco2.la libco1_la_SOURCES = callout_library_1.cc callout_library_common.h libco1_la_CXXFLAGS = $(AM_CXXFLAGS) diff --git a/src/lib/dhcpsrv/tests/Makefile.am b/src/lib/dhcpsrv/tests/Makefile.am index ff57254e8d..28f804968c 100644 --- a/src/lib/dhcpsrv/tests/Makefile.am +++ b/src/lib/dhcpsrv/tests/Makefile.am @@ -33,7 +33,8 @@ if HAVE_GTEST # to unexpected errors. For this reason, the --enable-static-link option is # ignored for unit tests built here. -lib_LTLIBRARIES = libco1.la libco2.la +nodistdir=$(abs_top_builddir)/src/lib/dhcpsrv/tests +nodist_LTLIBRARIES = libco1.la libco2.la libco1_la_SOURCES = callout_library.cc libco1_la_CXXFLAGS = $(AM_CXXFLAGS)