From 06e5099822be468525ae9ce0ebd167e6257b9dfe Mon Sep 17 00:00:00 2001 From: Fred Gleason Date: Tue, 22 Feb 2022 10:30:35 -0500 Subject: [PATCH] 2022-02-22 Fred Gleason * Fixed a typo in 'lib/Makefile.am' that broke the 'make dist' target. Signed-off-by: Fred Gleason --- ChangeLog | 3 +++ lib/Makefile.am | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 2ded631e..a1e4dd41 100644 --- a/ChangeLog +++ b/ChangeLog @@ -20844,3 +20844,6 @@ cart libraries. 2022-02-22 Fred Gleason * Incremented the package version to 3.6.3. +2022-02-22 Fred Gleason + * Fixed a typo in 'lib/Makefile.am' that broke the 'make dist' + target. diff --git a/lib/Makefile.am b/lib/Makefile.am index 95d4fa1f..13b1b4de 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -96,7 +96,7 @@ dist_librd_la_SOURCES = dbversion.h\ rdconf.cpp rdconf.h\ rdconfig.cpp rdconfig.h\ rdcopyaudio.cpp rdcopyaudio.h\ - rdcsv.cpp rdscv.h\ + rdcsv.cpp rdcsv.h\ rdcueedit.cpp rdcueedit.h\ rdcueeditdialog.cpp rdcueeditdialog.h\ rdcut.cpp rdcut.h\