diff --git a/ChangeLog b/ChangeLog index e1681905..99ceb449 100644 --- a/ChangeLog +++ b/ChangeLog @@ -15568,3 +15568,6 @@ predicted start times to be displayed. 2017-02-07 Fred Gleason * Incremented the package version to 2.15.2int00. +2017-02-08 Fred Gleason + * Fixed bugs in 'conf/Makefile.am' and 'rlm/Makefile.am' that broke + the 'make rpm' target. diff --git a/conf/Makefile.am b/conf/Makefile.am index 68411d6d..85b24f0b 100644 --- a/conf/Makefile.am +++ b/conf/Makefile.am @@ -44,6 +44,7 @@ EXTRA_DIST = my.cnf-master\ rlm_shoutcast1.conf\ rlm_spinitron_plus.conf\ rlm_spottrap.conf\ + rlm_tagstation.conf\ rlm_twitter.conf\ rlm_udp.conf\ rlm_walltime.conf\ diff --git a/rlm/Makefile.am b/rlm/Makefile.am index 352e9122..a9eaf001 100644 --- a/rlm/Makefile.am +++ b/rlm/Makefile.am @@ -72,6 +72,7 @@ EXTRA_DIST = Makefile-example\ rlm_shoutcast1.c\ rlm_spinitron_plus.c\ rlm_spottrap.c\ + rlm_tagstation.c\ rlm_test.c\ rlm_twitter.c\ rlm_udp.c\