Browse Source

trivial build system fix

* test/Makefile (LDLIBS): Link libraries in a different order, respecting
dependencies.
pull/15/head
Luca Saiu 3 years ago
parent
commit
cc6dd23337
  1. 2
      test/Makefile

2
test/Makefile

@ -1,7 +1,7 @@
include ../Makefile.conf include ../Makefile.conf
LDFLAGS:=-L../src $(LDFLAGS) LDFLAGS:=-L../src $(LDFLAGS)
LDLIBS=-lstdc++ -lpEpEngine -lpEpCxx11 -lpEpAdapter -lPityTest11 -lpthread -ldl -lm LDLIBS=-lstdc++ -lpEpEngine -lpEpAdapter -lpEpCxx11 -lPityTest11 -lpthread -ldl -lm
CXXFLAGS:=-I../src -DENGINE_TEST=$(ENGINE_TEST) $(CXXFLAGS) CXXFLAGS:=-I../src -DENGINE_TEST=$(ENGINE_TEST) $(CXXFLAGS)
# Test # Test

Loading…
Cancel
Save