1
0
Fork 0

Add -lsgthreads to fgpanel's automake

This commit is contained in:
Torsten Dreyer 2011-09-20 16:03:32 +02:00
parent 05eebae361
commit f9d35d3bf5

View 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