mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-11-29 16:50:13 +01:00
2020-09-23 Fred Gleason <fredg@paravelsystems.com>
* Added 'RD_PostImage()' and 'RD_RemoveImage()' calls to the rivwebcapi API. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -52,8 +52,10 @@ noinst_PROGRAMS = addcart_test \
|
||||
listschedcodes_test \
|
||||
listservices_test \
|
||||
listsystemsettings_test \
|
||||
postimage_test \
|
||||
removecart_test \
|
||||
removecut_test \
|
||||
removeimage_test \
|
||||
savelog_test \
|
||||
trimaudio_test \
|
||||
unassignschedcode_test
|
||||
@@ -151,12 +153,18 @@ listservices_test_LDADD = -lrivwebcapi -lexpat -lcurl -lm
|
||||
dist_listsystemsettings_test_SOURCES = listsystemsettings_test.c
|
||||
listsystemsettings_test_LDADD = -lrivwebcapi -lexpat -lcurl -lm
|
||||
|
||||
dist_postimage_test_SOURCES = postimage_test.c
|
||||
postimage_test_LDADD = -lrivwebcapi -lexpat -lcurl -lm
|
||||
|
||||
dist_removecart_test_SOURCES = removecart_test.c
|
||||
removecart_test_LDADD = -lrivwebcapi -lexpat -lcurl -lm
|
||||
|
||||
dist_removecut_test_SOURCES = removecut_test.c
|
||||
removecut_test_LDADD = -lrivwebcapi -lexpat -lcurl -lm
|
||||
|
||||
dist_removeimage_test_SOURCES = removeimage_test.c
|
||||
removeimage_test_LDADD = -lrivwebcapi -lexpat -lcurl -lm
|
||||
|
||||
dist_savelog_test_SOURCES = savelog_test.c common.c common.h
|
||||
savelog_test_LDADD = -lrivwebcapi -lexpat -lcurl -lm
|
||||
|
||||
|
||||
Reference in New Issue
Block a user