Browse Source

pgraphnodes

David Rose 17 years ago
parent
commit
26caa4da86

+ 1 - 1
pandatool/src/bam/Sources.pp

@@ -3,7 +3,7 @@
   egg2pg:c egg:c pandaegg:m \
   pipeline:c recorder:c parametrics:c collide:c chan:c char:c \
   dgraph:c downloader:c recorder:c \
-  pnmimagetypes:c pnmimage:c pgraph:c gobj:c putil:c \
+  pnmimagetypes:c pnmimage:c pgraph:c pgraphnodes:c gobj:c putil:c \
   lerp:c mathutil:c linmath:c event:c pstatclient:c \
   gsgbase:c grutil:c display:c text:c cull:c \
   tform:c device:c movies:c \

+ 1 - 1
pandatool/src/egg-qtess/Sources.pp

@@ -9,7 +9,7 @@
     chan:c char:c downloader:c event:c lerp:c \
     tform:c grutil:c text:c dgraph:c display:c gsgbase:c \
     collide:c gobj:c cull:c device:c \
-    parametrics:c pgraph:c pipeline:c pstatclient:c chan:c \
+    parametrics:c pgraph:c pgraphnodes:c pipeline:c pstatclient:c chan:c \
     pnmimagetypes:c pnmimage:c mathutil:c linmath:c putil:c \
     movies:c \
     $[if $[HAVE_FREETYPE],pnmtext:c] \

+ 1 - 1
pandatool/src/ptloader/Sources.pp

@@ -9,7 +9,7 @@
   #define OTHER_LIBS \
     egg2pg:c egg:c pandaegg:m \
     pstatclient:c mathutil:c linmath:c putil:c \
-    gobj:c chan:c parametrics:c pgraph:c \
+    gobj:c chan:c parametrics:c pgraph:c pgraphnodes:c \
     pnmimage:c grutil:c collide:c tform:c text:c \
     char:c dgraph:c display:c device:c cull:c \
     downloader:c pipeline:c \