From f9d35d3bf5b0fd182cab20c784c7dedb824b2bb4 Mon Sep 17 00:00:00 2001 From: Torsten Dreyer Date: Tue, 20 Sep 2011 16:03:32 +0200 Subject: [PATCH] Add -lsgthreads to fgpanel's automake --- utils/fgpanel/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/fgpanel/Makefile.am b/utils/fgpanel/Makefile.am index fedae0567..df6b6dde0 100644 --- a/utils/fgpanel/Makefile.am +++ b/utils/fgpanel/Makefile.am @@ -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 -- 2.39.5