Adapt to changes in SimGear
This commit is contained in:
parent
4f9e7294c2
commit
2f87423796
3 changed files with 4 additions and 2 deletions
|
@ -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"
|
||||
|
||||
|
|
|
@ -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) \
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue