From: ehofman Date: Fri, 8 Oct 2004 11:30:07 +0000 (+0000) Subject: I forgot a linker dependency. It really si time to figure out why these are all needed. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=e6c6c666c2d71fed0d1cd7176a793f8055bad14c;p=flightgear.git I forgot a linker dependency. It really si time to figure out why these are all needed. --- diff --git a/src/FDM/YASim/Makefile.am b/src/FDM/YASim/Makefile.am index 93c62a564..dd949c08f 100644 --- a/src/FDM/YASim/Makefile.am +++ b/src/FDM/YASim/Makefile.am @@ -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