]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#3122] put EXTRA_DIST outside of HAVE_GTEST if-block
authorAndrei Pavel <andrei@isc.org>
Mon, 23 Oct 2023 13:50:24 +0000 (16:50 +0300)
committerAndrei Pavel <andrei@isc.org>
Mon, 23 Oct 2023 13:50:24 +0000 (16:50 +0300)
This prevented mock_socketsession.h from appearing in the tarball.
Continuation of #3032.

src/lib/util/unittests/Makefile.am

index 26aa4c0ca853ea9c798487cd570721adb66bf473..bd02a5139e601aaabbc3d4a55fc993176cd21d24 100644 (file)
@@ -13,9 +13,6 @@ libutil_unittests_la_SOURCES += textdata.h
 libutil_unittests_la_SOURCES += wiredata.h wiredata.cc
 libutil_unittests_la_SOURCES += interprocess_util.h interprocess_util.cc
 
-# For now, this isn't needed for libutil_unittests
-EXTRA_DIST = mock_socketsession.h
-
 libutil_unittests_la_CPPFLAGS = $(AM_CPPFLAGS)
 libutil_unittests_la_CPPFLAGS += $(GTEST_INCLUDES)
 
@@ -25,4 +22,7 @@ libutil_unittests_la_LIBADD += $(top_builddir)/src/lib/exceptions/libkea-excepti
 libutil_unittests_la_LIBADD += $(GTEST_LDADD)
 endif
 
+# For now, this isn't needed for libutil_unittests
+EXTRA_DIST = mock_socketsession.h
+
 CLEANFILES = *.gcno *.gcda