Skip to content

Commit

Permalink
Makefile.am: remove hardcoded static lib
Browse files Browse the repository at this point in the history
When compiling without static libraries the recently
introduced change prevented compilation.
As it looks like a forgotten debug settings, revert this
pariticular line

Signed-off-by: Konrad Weihmann <kweihmann@outlook.com>
  • Loading branch information
priv-kweihmann authored and plusvic committed Jul 26, 2020
1 parent 1ca904a commit 52e6866
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.am
Expand Up @@ -30,7 +30,7 @@ yara_SOURCES = \
cli/threading.h \
cli/yara.c

yara_LDADD = libyara/.libs/libyara.a #-Llibyara/.libs -lyara
yara_LDADD = -Llibyara/.libs -lyara

yarac_SOURCES = \
cli/args.c \
Expand Down

0 comments on commit 52e6866

Please sign in to comment.