renamed libpg to libbear
[physics.git] / Makefile
index 8fb3377..fd0cfb4 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -10,7 +10,7 @@ else
     LIBGL   := -lGL -lGLU
     LIBSDL  := `sdl-config --libs`
 endif
-LIBMY       := -lpg
+LIBMY       := -lbear
 LIBS        := ${LIBSDL} ${LIBGL} ${LIBMY}
 
 OPTFLAGS := -O2
@@ -97,10 +97,10 @@ LIBSTXT     := $(addprefix ${DSTLIBSDIR},${LIBSTXT})
 LIBSCPY     := # := start
 ifeq (${BUILD},WIN32)
     LIBSCPY += SDL.dll
-    LIBSCPY += pg.dll
+    LIBSCPY += bear.dll
 else
     LIBSCPY += libSDL-1.2.so.0
-    LIBSCPY += libpg.so.0
+    LIBSCPY += libbear.so.0
 endif
 LIBSCPY     := $(addprefix ${DSTLIBSDIR},${LIBSCPY})