]> git.mxchange.org Git - flightgear.git/commitdiff
automake: Add missing GL and z libs to fgpanel.
authorMathias Froehlich <Mathias.Froehlich@web.de>
Sat, 24 Sep 2011 08:03:00 +0000 (10:03 +0200)
committerMathias Froehlich <Mathias.Froehlich@web.de>
Sat, 24 Sep 2011 08:03:00 +0000 (10:03 +0200)
utils/fgpanel/Makefile.am

index df6b6dde0ee07aeae496a779ae61371b395f4f7a..2057622cc1eb8a0914e958dd02b12a85a9bbec60 100644 (file)
@@ -16,7 +16,7 @@ fgpanel_SOURCES = main.cxx \
 #LIBS =
 
 fgpanel_LDADD = \
-       -lGLU -lglut -lsgmath -lsgprops -lsgio -lsgdebug -lsgmisc -lsgstructure -lsgxml -lsgtiming \
+       -lGLU -lGL -lglut -lsgmath -lsgprops -lsgio -lsgdebug -lsgmisc -lsgstructure -lsgxml -lsgtiming \
        -lplibpu -lplibfnt -lplibul -lsgthreads \
-       -lrt -lpng
+       -lz -lrt -lpng
 endif