mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-11-29 16:50:13 +01:00
2018-10-10 Fred Gleason <fredg@paravelsystems.com>
* Added an 'RD_ListCartCuts()' function to 'rivwebcapi'. * Changed the length of the 'cut_name' member of the 'rd_cut' struct from 11 to 41 in 'rivwebcapi'. * Added a 'struct rd_cut *cart_cuts' member to the 'rd_cart' struct in 'rivwebcapi'.
This commit is contained in:
@@ -41,6 +41,7 @@ noinst_PROGRAMS = addcart_test \
|
||||
listcut_test \
|
||||
listcuts_test \
|
||||
listcart_test \
|
||||
listcartcuts_test \
|
||||
listcarts_test \
|
||||
listcartschedcodes_test \
|
||||
listgroup_test \
|
||||
@@ -110,6 +111,9 @@ importcart_test_LDADD = -lrivwebcapi -lexpat -lcurl -lm
|
||||
dist_listcart_test_SOURCES = listcart_test.c
|
||||
listcart_test_LDADD = -lrivwebcapi -lexpat -lcurl -lm
|
||||
|
||||
dist_listcartcuts_test_SOURCES = listcartcuts_test.c
|
||||
listcartcuts_test_LDADD = -lrivwebcapi -lexpat -lcurl -lm
|
||||
|
||||
dist_listcarts_test_SOURCES = listcarts_test.c
|
||||
listcarts_test_LDADD = -lrivwebcapi -lexpat -lcurl -lm
|
||||
|
||||
|
||||
Reference in New Issue
Block a user