2023-04-12 Fred Gleason <fredg@paravelsystems.com>

* Added 'RDReplicator::roundDownToDow()' methods.
	* Added a 'Westwood One Wegener Portal' replicator.

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
Fred Gleason
2023-04-12 12:06:04 -04:00
parent 423e2b0e81
commit 4d95134b13
7 changed files with 580 additions and 42 deletions

View File

@@ -1,6 +1,6 @@
## Makefile.am
##
## (C) Copyright 2010-2022 Fred Gleason <fredg@paravelsystems.com>
## (C) Copyright 2010-2023 Fred Gleason <fredg@paravelsystems.com>
##
## This program is free software; you can redistribute it and/or modify
## it under the terms of the GNU General Public License version 2 as
@@ -15,7 +15,6 @@
## License along with this program; if not, write to the Free Software
## Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
##
##
## Use automake to process this into a Makefile.in
AM_CPPFLAGS = -Wall -I$(top_srcdir)/lib -Wno-strict-aliasing -std=c++11 -fPIC @QT5_CFLAGS@ @MUSICBRAINZ_CFLAGS@ @IMAGEMAGICK_CFLAGS@
@@ -30,7 +29,8 @@ sbin_PROGRAMS = rdrepld
dist_rdrepld_SOURCES = rdrepld.cpp rdrepld.h \
replconfig.cpp replconfig.h\
replfactory.cpp replfactory.h\
citadelxds.cpp citadelxds.h
citadelxds.cpp citadelxds.h\
ww1ipump.cpp ww1ipump.h
nodist_rdrepld_SOURCES = moc_rdrepld.cpp
rdrepld_LDADD = @LIB_RDLIBS@ @LIBVORBIS@ @QT5_LIBS@ @MUSICBRAINZ_LIBS@ @IMAGEMAGICK_LIBS@