automake: Add missing GL and z libs to fgpanel.
This commit is contained in:
parent
b482188848
commit
3bf8b9d91f
1 changed files with 2 additions and 2 deletions
|
@ -16,7 +16,7 @@ fgpanel_SOURCES = main.cxx \
|
||||||
#LIBS =
|
#LIBS =
|
||||||
|
|
||||||
fgpanel_LDADD = \
|
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 \
|
-lplibpu -lplibfnt -lplibul -lsgthreads \
|
||||||
-lrt -lpng
|
-lz -lrt -lpng
|
||||||
endif
|
endif
|
||||||
|
|
Loading…
Add table
Reference in a new issue