reshuffle libraries to resolve all dependencies
This commit is contained in:
parent
57a39197b9
commit
a415aef4d9
1 changed files with 1 additions and 1 deletions
|
|
@ -46,7 +46,7 @@ noinst_HEADERS = binary_value.h real_value.h RoyalRoad.h
|
||||||
|
|
||||||
|
|
||||||
AM_CXXFLAGS = -I$(top_srcdir)/src
|
AM_CXXFLAGS = -I$(top_srcdir)/src
|
||||||
DEPS = $(LIBGA) $(LIBES) $(LIBEO) $(LIBEOUTILS)
|
DEPS = $(LIBGA) $(LIBES) $(LIBEOUTILS) $(LIBEO)
|
||||||
LIBS = $(DEPS)
|
LIBS = $(DEPS)
|
||||||
|
|
||||||
CLEANFILES = monitor.csv t-eoRandom.out
|
CLEANFILES = monitor.csv t-eoRandom.out
|
||||||
|
|
|
||||||
Reference in a new issue