Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add tests for a module automatically generated from a Protocol Buffer. #1162

Merged
merged 13 commits into from
Nov 13, 2019
Prev Previous commit
Next Next commit
Minor changes in configure.ac
  • Loading branch information
plusvic committed Nov 12, 2019
commit 0952896084e64772ab266e9c75073126823d4f81
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
AC_INIT([yara], [3.11.0], [vmalvarez@virustotal.com])

AM_SILENT_RULES([yes])
# AM_SILENT_RULES([yes])
AC_CONFIG_SRCDIR([yara.c])

AC_CONFIG_AUX_DIR([build-aux])
Expand Down Expand Up @@ -179,7 +179,7 @@ AC_ARG_ENABLE([pb-tests],
PKG_CHECK_MODULES(PROTOBUF_C, libprotobuf-c >= 1.0.0)
AC_CHECK_LIB(protobuf-c, protobuf_c_empty_string)
CFLAGS="$CFLAGS -DPB_TESTS_MODULE"
PC_LIBS_PRIVATE="$PC_LIBS_PRIVATE -lprotobuf-c"
PC_REQUIRES_PRIVATE="$PC_REQUIRES_PRIVATE libprotobuf-c"
fi])

AC_ARG_WITH([jemalloc],
Expand Down