]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
sntp/libpkgver belongs in EXTRA_DIST, not DIST_SUBDIRS
authorHarlan Stenn <stenn@ntp.org>
Thu, 11 Jun 2015 17:54:00 +0000 (17:54 +0000)
committerHarlan Stenn <stenn@ntp.org>
Thu, 11 Jun 2015 17:54:00 +0000 (17:54 +0000)
bk: 5579cb38y9WGyTZAyrU7w2juH_IyTg

ChangeLog
sntp/Makefile.am

index 336da84ad608dbe021d01634e367be3555ac1e89..90d44ea8dcea9b0c1dcff46fa09de54539bbbb15 100644 (file)
--- 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 <stenn@ntp.org>
 
index f45f2de5c924559f29a50dec1fc72d5444803b08..6629cdcc15f74b6436e9ecd0f399db0f6b1612f0 100644 (file)
@@ -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                   \