1
0
Fork 0

Link with a minimal set of libraries.

Remove plibs file utility library.

Modified Files:
 	Makefile.am
This commit is contained in:
frohlich 2009-06-06 10:39:56 +00:00 committed by Tim Moore
parent f291636ee4
commit 2d7312e462

View file

@ -5,14 +5,6 @@ bin_PROGRAMS = fgviewer
fgviewer_SOURCES = fgviewer.cxx
fgviewer_LDADD = \
-lsgroute -lsgsky -lsgsound -lsgephem -lsgtgdb -lsgmaterial -lsgmodel \
-lsgbvh -lsgutil -lsgtiming -lsgio -lsgscreen -lsgmath -lsgbucket \
-lsgprops -lsgdebug -lsgmagvar -lsgmisc -lsgnasal -lsgxml -lsgsound \
-lsgserial -lsgstructure -lsgenvironment \
-lplibul \
$(OSG_LIBS) \
$(THREAD_LIBS) \
$(network_LIBS) \
-lz \
$(opengl_LIBS) \
$(openal_LIBS)
-lsgtgdb -lsgmaterial -lsgmodel -lsgbvh -lsgutil -lsgio -lsgbucket \
-lsgmath -lsgprops -lsgdebug -lsgmisc -lsgxml -lsgstructure \
-lplibul $(OSG_LIBS) $(opengl_LIBS) $(THREAD_LIBS) -lz