|
@@ -23,7 +23,7 @@ COMMON_SRC = src/zookeeper.c include/zookeeper.h include/zookeeper_version.h inc
|
|
|
src/addrvec.h src/addrvec.c
|
|
|
|
|
|
# These are the symbols (classes, mostly) we want to export from our library.
|
|
|
-EXPORT_SYMBOLS = '(zoo_|zookeeper_|zhandle|Z|format_log_message|log_message|logLevel|deallocate_|zerror|is_unrecoverable)'
|
|
|
+EXPORT_SYMBOLS = '(zoo_|zookeeper_|zhandle|Z|format_log_message|log_message|logLevel|deallocate_|allocate_|zerror|is_unrecoverable)'
|
|
|
noinst_LTLIBRARIES += libzkst.la
|
|
|
libzkst_la_SOURCES =$(COMMON_SRC) src/st_adaptor.c
|
|
|
libzkst_la_LIBADD = -lm
|