]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[3305] Do not install libraries used for DHCP tests
authorStephen Morris <stephen@isc.org>
Tue, 4 Feb 2014 12:07:10 +0000 (12:07 +0000)
committerStephen Morris <stephen@isc.org>
Tue, 4 Feb 2014 12:07:10 +0000 (12:07 +0000)
src/bin/dhcp4/tests/Makefile.am
src/bin/dhcp6/tests/Makefile.am
src/lib/dhcpsrv/tests/Makefile.am

index c72b8b058d55b94c38644c40fa19bbc172042715..91b5a3b0e89d4737ea877cfdda1925eae925c93c 100644 (file)
@@ -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)
index f548ec2105522f8ba1fe8f370f14f46e3463285b..92a18cf27f686664daee54f14aba2e44d00924fe 100644 (file)
@@ -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)
index ff57254e8dc2c3c8249af3d1571ea1993206190c..28f804968c5cb54e06b8d4f7d2701e72cfb8fe3e 100644 (file)
@@ -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)