From e0bc55edd24c06df2dd3fb61eaeee08983e8745f Mon Sep 17 00:00:00 2001 From: ehofman Date: Sun, 24 Aug 2003 18:37:13 +0000 Subject: [PATCH] Add the simgear debug library because of dependency issues --- src/Lib/HGT/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Lib/HGT/Makefile.am b/src/Lib/HGT/Makefile.am index 451232a2..1cef06be 100644 --- a/src/Lib/HGT/Makefile.am +++ b/src/Lib/HGT/Makefile.am @@ -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