From 2586bd5d1cd24530ccec17cc62db1b4c9c8f5e89 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Wed, 10 Sep 2003 11:18:27 +0000 Subject: [PATCH] Added osgText and osgDB to the list of dependencies for OSX build. --- src/osgSim/GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/osgSim/GNUmakefile b/src/osgSim/GNUmakefile index 8e58142d4..646da856f 100644 --- a/src/osgSim/GNUmakefile +++ b/src/osgSim/GNUmakefile @@ -16,7 +16,7 @@ CXXFILES = \ DEF += -DOSGSIM_LIBRARY -LIBS += -losg -losgUtil $(GL_LIBS) $(OTHER_LIBS) +LIBS += -losgText -losgDB -losgUtil -losg $(GL_LIBS) $(OTHER_LIBS) TARGET_BASENAME = osgSim LIB = $(LIB_PREFIX)$(TARGET_BASENAME).$(LIB_EXT)