mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-05-19 14:43:30 +02:00
2022-11-07 Fred Gleason <fredg@paravelsystems.com>
* Fixed regressions in 'tests/Makefile.am' that broke the build on Ubuntu-22.04. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
parent
4a3454cb8d
commit
4c4a7bec08
@ -23624,3 +23624,6 @@
|
||||
* Optimized loading of thumbnail image data in rdadmin(1),
|
||||
rdcastmanager(1) and rdcatch(1).
|
||||
* Re-enabled uploads to RSS feeds in rdcatch(1).
|
||||
2022-11-07 Fred Gleason <fredg@paravelsystems.com>
|
||||
* Fixed regressions in 'tests/Makefile.am' that broke the build
|
||||
on Ubuntu-22.04.
|
||||
|
@ -117,11 +117,11 @@ mcast_recv_test_LDADD = @LIB_RDLIBS@ @LIBVORBIS@ @QT5_LIBS@ @MUSICBRAINZ_LIBS@ @
|
||||
|
||||
dist_notification_test_SOURCES = notification_test.cpp notification_test.h
|
||||
nodist_notification_test_SOURCES = moc_notification_test.cpp
|
||||
notification_test_LDADD = @LIB_RDLIBS@ @LIBVORBIS@ @QT5_LIBS@ @MUSICBRAINZ_LIBS@@IMAGEMAGICK_LIBS@
|
||||
notification_test_LDADD = @LIB_RDLIBS@ @LIBVORBIS@ @QT5_LIBS@ @MUSICBRAINZ_LIBS@ @IMAGEMAGICK_LIBS@
|
||||
|
||||
dist_rdwavefile_test_SOURCES = rdwavefile_test.cpp rdwavefile_test.h
|
||||
nodist_rdwavefile_test_SOURCES = moc_rdwavefile_test.cpp
|
||||
rdwavefile_test_LDADD = @LIB_RDLIBS@ @LIBVORBIS@ @QT5_LIBS@ @MUSICBRAINZ_LIBS@@IMAGEMAGICK_LIBS@
|
||||
rdwavefile_test_LDADD = @LIB_RDLIBS@ @LIBVORBIS@ @QT5_LIBS@ @MUSICBRAINZ_LIBS@ @IMAGEMAGICK_LIBS@
|
||||
|
||||
dist_rdxml_parse_test_SOURCES = rdxml_parse_test.cpp rdxml_parse_test.h
|
||||
rdxml_parse_test_LDADD = @LIB_RDLIBS@ @LIBVORBIS@ @QT5_LIBS@ @MUSICBRAINZ_LIBS@ @IMAGEMAGICK_LIBS@
|
||||
|
Loading…
x
Reference in New Issue
Block a user