Commit 8227e913 authored by Pavel Vainerman's avatar Pavel Vainerman

Исправил не доконца отключавшийся REST API

parent f2bd929e
...@@ -244,6 +244,7 @@ fi ...@@ -244,6 +244,7 @@ fi
AM_CONDITIONAL(DISABLE_REST_API, test ${buildapi} = false) AM_CONDITIONAL(DISABLE_REST_API, test ${buildapi} = false)
AC_SUBST(DISABLE_REST_API) AC_SUBST(DISABLE_REST_API)
AC_SUBST(REST_API_CFLAGS)
# check Doxygen # check Doxygen
DOXYGEN="" DOXYGEN=""
......
...@@ -8,4 +8,4 @@ Description: Support library for UniSet ...@@ -8,4 +8,4 @@ Description: Support library for UniSet
Requires: libxml-2.0 sigc++-2.0 omniORB4 libev Requires: libxml-2.0 sigc++-2.0 omniORB4 libev
Version: @VERSION@ Version: @VERSION@
Libs: -L${libdir} -lUniSet2 -lPocoFoundation -lPocoNet Libs: -L${libdir} -lUniSet2 -lPocoFoundation -lPocoNet
Cflags: -I${includedir}/@PACKAGE@ -D__OMNIORB4 -std=c++11 -D_GLIBCXX_USE_NANOSLEEP Cflags: -I${includedir}/@PACKAGE@ -D__OMNIORB4 -std=c++11 -D_GLIBCXX_USE_NANOSLEEP @REST_API_CFLAGS@
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment