]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
test/Makefile.am DIST_SUBDIRS cleanup
authorHarlan Stenn <stenn@ntp.org>
Thu, 11 Jun 2015 20:01:57 +0000 (20:01 +0000)
committerHarlan Stenn <stenn@ntp.org>
Thu, 11 Jun 2015 20:01:57 +0000 (20:01 +0000)
bk: 5579e935MTbdLQRF46ui0-1U34pJmg

tests/Makefile.am

index 790326ca2809275368dc0060536d89f8213caebb..a9f88bae871a8bb38120e2c25a2d5f3d5572b638 100644 (file)
@@ -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)