Add the simgear debug library because of dependency issues
This commit is contained in:
parent
ac2646a365
commit
e0bc55edd2
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ testhgt_SOURCES = testhgt.cxx
|
|||
|
||||
testhgt_LDADD = \
|
||||
$(top_builddir)/src/Lib/HGT/libHGT.a \
|
||||
-lsgbucket -lsgmisc -lz
|
||||
-lsgbucket -lsgmisc -lsgdebug -lz
|
||||
|
||||
INCLUDES = -I$(top_srcdir)/src
|
||||
|
||||
|
|
Loading…
Reference in a new issue