]> git.mxchange.org Git - flightgear.git/commitdiff
Link with a minimal set of libraries.
authorfrohlich <frohlich>
Sat, 6 Jun 2009 10:39:56 +0000 (10:39 +0000)
committerTim Moore <timoore@redhat.com>
Thu, 11 Jun 2009 14:05:19 +0000 (16:05 +0200)
Remove plibs file utility library.

Modified Files:
  Makefile.am

utils/fgviewer/Makefile.am

index 9d9b18534672a944fcdfed0441b71d798aa14f6c..1321349cf99c49e41d81170a7ac8ee82d1362c63 100644 (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