2020-09-23 Fred Gleason <fredg@paravelsystems.com>

* Added a 'RD_DeletePodcast()' call to the rivwebcapi API.

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
Fred Gleason
2020-09-24 14:44:06 -04:00
parent 59d70ff1e7
commit 6081e620ff
9 changed files with 646 additions and 4 deletions

View File

@@ -31,6 +31,7 @@ noinst_PROGRAMS = addcart_test \
createticket_test \
deleteaudio_test \
deletelog_test \
deletepodcast_test \
editcart_test \
editcut_test \
exportcart_test \
@@ -55,7 +56,6 @@ noinst_PROGRAMS = addcart_test \
postimage_test \
postpodcast_test \
postrss_test \
postpodcast_test \
removecart_test \
removecut_test \
removeimage_test \
@@ -96,6 +96,9 @@ deleteaudio_test_LDADD = -lrivwebcapi -lexpat -lcurl -lm
dist_deletelog_test_SOURCES = deletelog_test.c common.c common.h
deletelog_test_LDADD = -lrivwebcapi -lexpat -lcurl -lm
dist_deletepodcast_test_SOURCES = deletepodcast_test.c common.c common.h
deletepodcast_test_LDADD = -lrivwebcapi -lexpat -lcurl -lm
dist_editcart_test_SOURCES = editcart_test.c
editcart_test_LDADD = -lrivwebcapi -lexpat -lcurl -lm
@@ -168,9 +171,6 @@ postpodcast_test_LDADD = -lrivwebcapi -lexpat -lcurl -lm
dist_postrss_test_SOURCES = postrss_test.c
postrss_test_LDADD = -lrivwebcapi -lexpat -lcurl -lm
dist_postpodcast_test_SOURCES = postpodcast_test.c
postpodcast_test_LDADD = -lrivwebcapi -lexpat -lcurl -lm
dist_removecart_test_SOURCES = removecart_test.c
removecart_test_LDADD = -lrivwebcapi -lexpat -lcurl -lm