File tree 2 files changed +4
-2
lines changed
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -71,6 +71,7 @@ endif()
71
71
72
72
set ( CLIENT_OBJS
73
73
$<TARGET_OBJECTS:client2-objects>
74
+ $<TARGET_OBJECTS:c_api-objects>
74
75
$<TARGET_OBJECTS:clientserver-client-objects>
75
76
$<TARGET_OBJECTS:cache -objects>
76
77
$<TARGET_OBJECTS:logging-client-objects>
@@ -80,6 +81,7 @@ set( CLIENT_OBJS
80
81
81
82
set ( FATCLIENT_OBJS
82
83
$<TARGET_OBJECTS:fatclient2-objects>
84
+ $<TARGET_OBJECTS:fatc_api-objects>
83
85
$<TARGET_OBJECTS:fatserver-objects>
84
86
$<TARGET_OBJECTS:fatclientserver-objects>
85
87
$<TARGET_OBJECTS:structures-server-objects>
Original file line number Diff line number Diff line change @@ -33,14 +33,14 @@ uda_lib_names = '@UDA_LIBS@'.split(';') if '@UDA_LIBS@' else []
33
33
build_fat = os .environ .get ('UDA_FAT_PYTHON' , False )
34
34
if build_fat :
35
35
uda_libs = [
36
- 'libfat@PROJECT_NAME@_client2 .' + stalib_ext ,
36
+ 'libfat@PROJECT_NAME@_client .' + stalib_ext ,
37
37
'lib@PROJECT_NAME@_plugins.' + stalib_ext ,
38
38
] + ['lib@PROJECT_NAME@_' + name + '.' + stalib_ext for name in uda_lib_names ]
39
39
extra_libs = ['xml2' , 'pq' ]
40
40
extra_macros = [('FATCLIENT' , None )]
41
41
else :
42
42
uda_libs = [
43
- 'lib@PROJECT_NAME@_client2 .' + stalib_ext ,
43
+ 'lib@PROJECT_NAME@_client .' + stalib_ext ,
44
44
] + ['lib@PROJECT_NAME@_' + name + '.' + stalib_ext for name in uda_lib_names ]
45
45
extra_libs = '@EXTRA_LIBS@' .split (';' ) if '@EXTRA_LIBS@' else []
46
46
extra_macros = []
You can’t perform that action at this time.
0 commit comments