From 1db4f1347677dc62aef4bea2e0a4b5e4bc7a0253 Mon Sep 17 00:00:00 2001 From: Fred Gleason Date: Mon, 5 Apr 2021 18:33:48 -0400 Subject: [PATCH] 2021-04-05 Fred Gleason * Fixed regressions that broke the 'make dist' target. Signed-off-by: Fred Gleason --- ChangeLog | 2 ++ apis/pypad/scripts/Makefile.am | 4 ++++ lib/Makefile.am | 2 +- rdlogmanager/Makefile.am | 2 +- 4 files changed, 8 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 537bf150..580aa864 100644 --- a/ChangeLog +++ b/ChangeLog @@ -21397,3 +21397,5 @@ 2021-04-05 Fred Gleason * Integrated the 'pypad_ino713_tcp' and 'pypad_nautel' PyPAD scripts into the build system. +2021-04-05 Fred Gleason + * Fixed regressions that broke the 'make dist' target. diff --git a/apis/pypad/scripts/Makefile.am b/apis/pypad/scripts/Makefile.am index 5fe08744..33992cbb 100644 --- a/apis/pypad/scripts/Makefile.am +++ b/apis/pypad/scripts/Makefile.am @@ -115,10 +115,14 @@ EXTRA_DIST = pypad_ando.exemplar\ pypad_icecast2.py\ pypad_inno713.exemplar\ pypad_inno713.py\ + pypad_ino713_tcp.exemplar\ + pypad_ino713_tcp.py\ pypad_liqcomp.exemplar\ pypad_liqcomp.py\ pypad_live365.exemplar\ pypad_live365.py\ + pypad_nautel.exemplar\ + pypad_nautel.py\ pypad_serial.exemplar\ pypad_serial.py\ pypad_shoutcast1.exemplar\ diff --git a/lib/Makefile.am b/lib/Makefile.am index baff9b32..0e9ff650 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -199,7 +199,7 @@ dist_librd_la_SOURCES = dbversion.h\ rdmonitor_config.cpp rdmonitor_config.h\ rdmp4.cpp rdmp4.h\ rdmulticaster.cpp rdmulticaster.h\ - rdnodelistmodel.cpp rdnodelistmodelh\ + rdnodelistmodel.cpp rdnodelistmodel.h\ rdnodeslotsmodel.cpp rdnodeslotsmodel.h\ rdnotification.cpp rdnotification.h\ rdoneshot.cpp rdoneshot.h\ diff --git a/rdlogmanager/Makefile.am b/rdlogmanager/Makefile.am index 55644cc2..60654a63 100644 --- a/rdlogmanager/Makefile.am +++ b/rdlogmanager/Makefile.am @@ -43,7 +43,7 @@ bin_PROGRAMS = rdlogmanager dist_rdlogmanager_SOURCES = add_clock.cpp add_clock.h\ add_event.cpp add_event.h\ clocklistmodel.cpp clocklistmodel.h\ - clocklistview.cpp clocklist.h\ + clocklistview.cpp clocklistview.h\ commandline_ops.cpp globals.h\ edit_clock.cpp edit_clock.h\ edit_event.cpp edit_event.h\