Browse Source

added lru.cxx, lru.h

aignacio_sf 20 years ago
parent
commit
aba7296a4d
1 changed files with 4 additions and 2 deletions
  1. 4 2
      panda/src/display/Sources.pp

+ 4 - 2
panda/src/display/Sources.pp

@@ -32,7 +32,8 @@
     graphicsDevice.h graphicsDevice.I \
     graphicsDevice.h graphicsDevice.I \
     parasiteBuffer.I parasiteBuffer.h \
     parasiteBuffer.I parasiteBuffer.h \
     windowProperties.I windowProperties.h \
     windowProperties.I windowProperties.h \
-    lensStack.I lensStack.h
+    lensStack.I lensStack.h \
+    lru.h
     
     
  #define INCLUDED_SOURCES  \
  #define INCLUDED_SOURCES  \
     standardMunger.cxx \
     standardMunger.cxx \
@@ -50,7 +51,8 @@
     graphicsWindow.cxx graphicsWindowInputDevice.cxx  \
     graphicsWindow.cxx graphicsWindowInputDevice.cxx  \
     graphicsDevice.cxx \
     graphicsDevice.cxx \
     parasiteBuffer.cxx \
     parasiteBuffer.cxx \
-    windowProperties.cxx
+    windowProperties.cxx \
+    lru.cxx
 
 
   #define INSTALL_HEADERS \
   #define INSTALL_HEADERS \
     standardMunger.I standardMunger.h \
     standardMunger.I standardMunger.h \