fixo;
This commit is contained in:
parent
5eee140ea1
commit
a32ec225d4
11
configure.ac
11
configure.ac
@ -25,6 +25,17 @@ AS_IF([test "x$enable_build_examples" = "xyes"], [
|
||||
|
||||
AM_CONDITIONAL(BUILD_EXAMPLES, test "x$enable_build_examples" = "xyes")
|
||||
|
||||
AC_ARG_ENABLE([build_tests],
|
||||
AS_HELP_STRING([--enable-build-tests], [Enable build of tests]))
|
||||
|
||||
AS_IF([test "x$enable_build_tests" = "xyes"], [
|
||||
AC_DEFINE([BUILD_TESTS], 1, [build of tests enabled])
|
||||
])
|
||||
|
||||
AM_CONDITIONAL(BUILD_TESTS, test "x$enable_tests_examples" = "xyes")
|
||||
|
||||
|
||||
|
||||
PKG_CHECK_MODULES(LIBUUID, [uuid])
|
||||
|
||||
PKG_CHECK_MODULES(OPENSSL, [openssl])
|
||||
|
@ -4,9 +4,7 @@ AM_CPPFLAGS = \
|
||||
-DPACKAGE_LOCALE_DIR=\""$(localedir)"\" \
|
||||
-DPACKAGE_SRC_DIR=\""$(srcdir)"\" \
|
||||
-DPACKAGE_DATA_DIR=\""$(pkgdatadir)"\" \
|
||||
$(LIBSNTL_CFLAGS) -I../include \
|
||||
-I/include -I../../libtdata/include/ \
|
||||
-I../../libsexpr/include/
|
||||
$(LIBSNTL_CFLAGS) -I../include
|
||||
|
||||
AM_CFLAGS =\
|
||||
-Wall\
|
||||
@ -20,8 +18,6 @@ libsntl_la_SOURCES = \
|
||||
|
||||
libsntl_la_LDFLAGS =
|
||||
|
||||
|
||||
|
||||
libsntl_la_LIBADD = -lpthread -lcrypto $(LIBTDATA_LIBS) $(LIBSEXPR_LIBS) $(OPENSSL_LIBS)
|
||||
|
||||
if BUILD_WIN32
|
||||
|
Loading…
x
Reference in New Issue
Block a user