2021-04-05 Fred Gleason <fredg@paravelsystems.com>

* Fixed regressions that broke the 'make dist' target.

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
Fred Gleason 2021-04-05 18:33:48 -04:00
parent 10dc1546ab
commit 1db4f13476
4 changed files with 8 additions and 2 deletions

View File

@ -21397,3 +21397,5 @@
2021-04-05 Fred Gleason <fredg@paravelsystems.com>
* Integrated the 'pypad_ino713_tcp' and 'pypad_nautel' PyPAD
scripts into the build system.
2021-04-05 Fred Gleason <fredg@paravelsystems.com>
* Fixed regressions that broke the 'make dist' target.

View File

@ -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\

View File

@ -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\

View File

@ -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\