added lru.cxx, lru.h

This commit is contained in:
aignacio_sf 2006-01-06 19:11:23 +00:00
parent 1d798c9df2
commit aba7296a4d

View File

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