]> git.mxchange.org Git - flightgear.git/commitdiff
I forgot a linker dependency. It really si time to figure out why these are all needed.
authorehofman <ehofman>
Fri, 8 Oct 2004 11:30:07 +0000 (11:30 +0000)
committerehofman <ehofman>
Fri, 8 Oct 2004 11:30:07 +0000 (11:30 +0000)
src/FDM/YASim/Makefile.am

index 93c62a564e829fd3f6730fac58933beb0d3851d5..dd949c08ff651b6ccee2830f882753e260563ddc 100644 (file)
@@ -43,9 +43,9 @@ noinst_PROGRAMS = proptest
 
 yasim_SOURCES = yasim-test.cpp $(SHARED_SOURCE_FILES)
 
-yasim_LDADD = -lsgxml -lsgprops -lsgdebug -lsgstructure -lplibssg -lplibul -lplibsg $(opengl_LIBS) $(base_LIBS)
+yasim_LDADD = -lsgxml -lsgprops -lsgdebug -lsgmisc -lsgstructure -lplibssg -lplibul -lplibsg $(opengl_LIBS) $(base_LIBS)
 
 proptest_SOURCES = proptest.cpp $(SHARED_SOURCE_FILES)
-proptest_LDADD = -lsgxml -lsgprops -lsgdebug -lsgstructure -lplibssg -lplibul -lplibsg $(opengl_LIBS) $(base_LIBS)
+proptest_LDADD = -lsgxml -lsgprops -lsgdebug -lsgmisc -lsgstructure -lplibssg -lplibul -lplibsg $(opengl_LIBS) $(base_LIBS)
 
 INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src