]> git.mxchange.org Git - flightgear.git/commitdiff
Add -lsgthreads to fgpanel's automake
authorTorsten Dreyer <Torsten@t3r.de>
Tue, 20 Sep 2011 14:03:32 +0000 (16:03 +0200)
committerTorsten Dreyer <Torsten@t3r.de>
Tue, 20 Sep 2011 14:03:32 +0000 (16:03 +0200)
utils/fgpanel/Makefile.am

index fedae05673d2b2aad5d13d3f7c539670eba3a908..df6b6dde0ee07aeae496a779ae61371b395f4f7a 100644 (file)
@@ -17,6 +17,6 @@ fgpanel_SOURCES = main.cxx \
 
 fgpanel_LDADD = \
        -lGLU -lglut -lsgmath -lsgprops -lsgio -lsgdebug -lsgmisc -lsgstructure -lsgxml -lsgtiming \
-       -lplibpu -lplibfnt -lplibul \
+       -lplibpu -lplibfnt -lplibul -lsgthreads \
        -lrt -lpng
 endif