Skip to content

Commit

Permalink
Use LOCAL libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
alandekok committed Oct 13, 2015
1 parent 6b58d15 commit c2381b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/tests/Makefile
Expand Up @@ -11,8 +11,8 @@ include ../../Make.inc
BUILD_PATH := $(top_builddir)/build
TEST_PATH := $(top_builddir)/src/tests
BIN_PATH := $(BUILD_PATH)/bin/local
LIB_PATH := $(BUILD_PATH)/lib/.libs/
FR_LIBRARY_PATH := $(LIB_PATH)
LIB_PATH := $(BUILD_PATH)/lib/local/.libs/
FR_LIBRARY_PATH := $(BUILD_PATH)/lib/local/.libs/

export FR_LIBRARY_PATH

Expand Down

0 comments on commit c2381b2

Please sign in to comment.