]> git.mxchange.org Git - simgear.git/blobdiff - simgear/screen/Makefile.am
Move SGReadFileCallback from model.cxx to public class ModelRegistry
[simgear.git] / simgear / screen / Makefile.am
index 482bba619cb8ffb2945712e8069578d3332b3095..11e5a1d2fd86b7fd185c39a69122c7dad6f3afcf 100644 (file)
@@ -41,7 +41,7 @@ noinst_PROGRAMS = TestRenderTexture
 TestRenderTexture_SOURCES = TestRenderTexture.cpp
 
 TestRenderTexture_LDADD = \
-       $(top_builddir)/simgear/screen/libsgscreen.a \
+       libsgscreen.a \
        $(top_builddir)/simgear/debug/libsgdebug.a \
        $(opengl_LIBS)
 endif