From: Harlan Stenn Date: Thu, 11 Jun 2015 20:01:57 +0000 (+0000) Subject: test/Makefile.am DIST_SUBDIRS cleanup X-Git-Tag: NTP_4_3_40~6^2~15^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=de51da8959674dc06d99c39b443e912aad5c83b3;p=thirdparty%2Fntp.git test/Makefile.am DIST_SUBDIRS cleanup bk: 5579e935MTbdLQRF46ui0-1U34pJmg --- diff --git a/tests/Makefile.am b/tests/Makefile.am index 790326ca2..a9f88bae8 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -1,5 +1,6 @@ NULL = SUBDIRS = +DIST_SUBDIRS = if GTEST_AVAILABLE SUBDIRS += \ @@ -10,6 +11,12 @@ endif SUBDIRS += \ bug-2803 \ libntp \ + $(NULL) + +DIST_SUBDIRS += \ + bug-2803 \ + libntp \ + ntpd \ sandbox \ $(NULL)