diff --git a/eo/test/Makefile.am b/eo/test/Makefile.am index 3128dc8e..5c1c29f1 100644 --- a/eo/test/Makefile.am +++ b/eo/test/Makefile.am @@ -4,12 +4,12 @@ ## ############################################################################### -DEPS = $(top_builddir)/src/libeo.a $(top_builddir)/src/utils/libeoutils.a +DEPS = $(top_builddir)/src/utils/libeoutils.a $(top_builddir)/src/libeo.a ############################################################################### INCLUDES = -I$(top_builddir)/src -LDADDS = $(top_builddir)/src/libeo.a $(top_builddir)/src/utils/libeoutils.a +LDADDS = $(top_builddir)/src/utils/libeoutils.a $(top_builddir)/src/libeo.a CXXFLAGS = -g ###############################################################################