From: Harlan Stenn Date: Thu, 11 Jun 2015 17:54:00 +0000 (+0000) Subject: sntp/libpkgver belongs in EXTRA_DIST, not DIST_SUBDIRS X-Git-Tag: NTP_4_3_40~6^2~15^2~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ce8a21416b6f2749bbeba4bb0258574e78e46f59;p=thirdparty%2Fntp.git sntp/libpkgver belongs in EXTRA_DIST, not DIST_SUBDIRS bk: 5579cb38y9WGyTZAyrU7w2juH_IyTg --- diff --git a/ChangeLog b/ChangeLog index 336da84ad..90d44ea8d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -21,6 +21,7 @@ * sntp/scripts/genLocInfo: treat raspbian as debian. * Unity test framework fixes. * Initial support for PACKAGE_VERSION tests. +* sntp/libpkgver belongs in EXTRA_DIST, not DIST_SUBDIRS. --- (4.2.8p3-RC1) 2015/05/12 Released by Harlan Stenn diff --git a/sntp/Makefile.am b/sntp/Makefile.am index f45f2de5c..6629cdcc1 100644 --- a/sntp/Makefile.am +++ b/sntp/Makefile.am @@ -54,7 +54,7 @@ sbin_PROGRAMS = @SNTP_DS@ ## SUBDIRS = include scripts unity -DIST_SUBDIRS = include libpkgver scripts unity +DIST_SUBDIRS = include scripts unity if BUILD_LIBEVENT SUBDIRS += libevent @@ -114,6 +114,7 @@ EXTRA_DIST = \ invoke-sntp.menu \ invoke-sntp.texi \ @NTP_FORCE_LIBEVENT_DIST@ \ + libpkgver \ loc \ sntp-opts.def \ sntp.1sntpman \