Skip to content

Commit

Permalink
Merge pull request VirusTotal#268 from axqd/patch-1
Browse files Browse the repository at this point in the history
Fix for running 'configure' in another folder
  • Loading branch information
plusvic committed Feb 26, 2015
2 parents 02d3c4c + 55aa93b commit d03a673
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libyara/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ endif

AM_YFLAGS=-d

AM_CFLAGS=-O3 -Wall -Wno-deprecated-declarations -std=gnu99 -I./include
AM_CFLAGS=-O3 -Wall -Wno-deprecated-declarations -std=gnu99 -I$(srcdir)/include

ACLOCAL_AMFLAGS=-I m4

Expand Down Expand Up @@ -55,7 +55,7 @@ yarainclude_HEADERS = \

lib_LTLIBRARIES = libyara.la

libyara_la_LDFLAGS = -export-symbols libyara.sym -version-number 3:3:0
libyara_la_LDFLAGS = -export-symbols $(srcdir)/libyara.sym -version-number 3:3:0

libyara_la_SOURCES = \
$(MODULES) \
Expand Down

0 comments on commit d03a673

Please sign in to comment.