Fix the execution of tests with OBJDIR

This commit is contained in:
Pierre Pronchery 2015-05-11 00:04:50 +02:00
parent b118257b55
commit a1c19ec07f

View File

@ -2,7 +2,7 @@ targets=config,includes,pylint.log,string,variable,tests.log
cppflags_force=-I ../include
cflags_force=-W
cflags=-Wall -g -O2
ldflags_force=-L$(OBJDIR). -L../src -lSystem
ldflags_force=-L../src -L$(OBJDIR)../src -Wl,-rpath,$(OBJDIR)../src -lSystem
ldflags=-L$(PREFIX)/lib -Wl,-rpath,"$(PWD)/../src"
dist=COPYING,Makefile,config.conf,config-noeol.conf,pylint.sh,python.sh,tests.sh