|
@@ -22,7 +22,7 @@ COMMON_SRC = src/zookeeper.c include/zookeeper.h include/zookeeper_version.h inc
|
|
|
src/zookeeper_log.h src/zk_log.c src/zk_hashtable.h src/zk_hashtable.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)'
|
|
|
+EXPORT_SYMBOLS = '(zoo_|zookeeper_|zhandle|Z|format_log_message|log_message|logLevel|deallocate_|zerror|is_unrecoverable)'
|
|
|
noinst_LTLIBRARIES += libzkst.la
|
|
|
libzkst_la_SOURCES =$(COMMON_SRC) src/st_adaptor.c
|
|
|
libzkst_la_LIBADD = -lm
|