summaryrefslogtreecommitdiff
path: root/src/test_libFLAC++
diff options
context:
space:
mode:
authorThomas Zander <thomas.e.zander@googlemail.com>2015-10-29 14:22:12 +0100
committerErik de Castro Lopo <erikd@mega-nerd.com>2015-10-30 20:21:26 +1100
commitc05b7babede52b00217cb514a5b1c6ba8c3d21f7 (patch)
treeed659302c327acb5159463cdb414959ce19ff024 /src/test_libFLAC++
parentc9128ad6a15be274210d65fe387ebcc0e96a5075 (diff)
downloadflac-c05b7babede52b00217cb514a5b1c6ba8c3d21f7.tar.gz
Makefile.lite: Include config.mk from top level build dir
Makefile.lite in libs/executables subdirs must include top level's config.mk to allow variables defined there (OS, PROC) to be used; otherwise e.g. EXPLICIT_LIBS is not set and link fails on Darwin. Signed-off-by: Erik de Castro Lopo <erikd@mega-nerd.com>
Diffstat (limited to 'src/test_libFLAC++')
-rw-r--r--src/test_libFLAC++/Makefile.lite2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/test_libFLAC++/Makefile.lite b/src/test_libFLAC++/Makefile.lite
index c0b43dbf..69d1a84c 100644
--- a/src/test_libFLAC++/Makefile.lite
+++ b/src/test_libFLAC++/Makefile.lite
@@ -21,6 +21,8 @@
#
topdir = ../..
+
+include $(topdir)/build/config.mk
libdir = $(topdir)/objs/$(BUILD)/lib
PROGRAM_NAME = test_libFLAC++