From 3bf8b9d91f9317afbb067b39a7956b38d1f71f5f Mon Sep 17 00:00:00 2001 From: Mathias Froehlich Date: Sat, 24 Sep 2011 10:03:00 +0200 Subject: [PATCH] automake: Add missing GL and z libs to fgpanel. --- utils/fgpanel/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/utils/fgpanel/Makefile.am b/utils/fgpanel/Makefile.am index df6b6dde0..2057622cc 100644 --- a/utils/fgpanel/Makefile.am +++ b/utils/fgpanel/Makefile.am @@ -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 -- 2.39.5