1
0
Fork 0

automake: Add missing GL and z libs to fgpanel.

This commit is contained in:
Mathias Froehlich 2011-09-24 10:03:00 +02:00
parent b482188848
commit 3bf8b9d91f

View 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