fix build for our FC4 systems
This commit is contained in:
parent
adbc5dd461
commit
4ff1ac3e98
3 changed files with 3 additions and 2 deletions
|
|
@ -17,6 +17,6 @@ extra_DIST = Makefile.simple
|
|||
|
||||
LDADD = -L$(top_builddir)/src -L$(top_builddir)/src/ga -L$(top_builddir)/src/utils
|
||||
|
||||
LIBS = -lga -leo -leoutils
|
||||
LIBS = -lga -leoutils -leo
|
||||
|
||||
INCLUDES = -I$(top_srcdir)/src
|
||||
|
|
|
|||
Reference in a new issue