1
0
Fork 0

Adapt to changes in SimGear

This commit is contained in:
Ralf Gerlich 2009-06-05 18:27:10 +02:00
parent 4f9e7294c2
commit 2f87423796
3 changed files with 4 additions and 2 deletions

View file

@ -195,6 +195,7 @@ LIBS=""
dnl check for some default libraries
AC_SEARCH_LIBS(cos, m)
AC_SEARCH_LIBS(clock_gettime, rt)
base_LIBS="$LIBS"

View file

@ -42,11 +42,11 @@ photo_LDADD = \
wgs84offset_SOURCES = wgs84offset.cxx
wgs84offset_LDADD = -lsgmath -lsgdebug
wgs84offset_LDADD = -lsgmath -lsgdebug -lsgstructure
findcorners_SOURCES = findcorners.cxx
findcorners_LDADD = -lsgmath -lsgdebug
findcorners_LDADD = -lsgmath -lsgdebug -lsgstructure
INCLUDES = \
-I$(top_srcdir) \

View file

@ -10,6 +10,7 @@ tguserdef_LDADD = \
$(top_builddir)/src/Lib/TriangleJRS/libTriangleJRS.a \
-lsgbucket -lsgmisc -lsgmath -lsgprops -lsgio -lsgstructure -lsgxml \
-lsgdebug \
-lOpenThreads \
-lgenpolyclip -lz
INCLUDES = -I$(top_srcdir)/src/Lib