diff options
Diffstat (limited to 'sntp/Makefile.am')
-rw-r--r-- | sntp/Makefile.am | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sntp/Makefile.am b/sntp/Makefile.am index 8694ed3e75ca7..dfd303a72077d 100644 --- a/sntp/Makefile.am +++ b/sntp/Makefile.am @@ -53,8 +53,8 @@ sbin_PROGRAMS = @SNTP_DS@ ## recursive make dist in sntp including libevent. ## -SUBDIRS = include scripts -DIST_SUBDIRS = include scripts +SUBDIRS = include scripts unity +DIST_SUBDIRS = include scripts unity if BUILD_LIBEVENT SUBDIRS += libevent @@ -67,10 +67,8 @@ endif if BUILD_SNTP noinst_LIBRARIES = libsntp.a -if GTEST_AVAILABLE SUBDIRS += tests endif -endif DIST_SUBDIRS += libopts tests @@ -114,6 +112,7 @@ EXTRA_DIST = \ invoke-sntp.menu \ invoke-sntp.texi \ @NTP_FORCE_LIBEVENT_DIST@ \ + libpkgver \ loc \ sntp-opts.def \ sntp.1sntpman \ @@ -122,6 +121,7 @@ EXTRA_DIST = \ sntp.mdoc.in \ sntp.html \ sntp.texi \ + unity/auto \ $(srcdir)/scm-rev \ $(srcdir)/m4/version.m4 \ $(NULL) |