diff options
author | Tavian Barnes <tavianator@gmail.com> | 2009-07-01 04:45:23 +0000 |
---|---|---|
committer | Tavian Barnes <tavianator@gmail.com> | 2009-07-01 04:45:23 +0000 |
commit | 47c128a3106206038e45eb8b8abf6c712f29ac14 (patch) | |
tree | 1e0d0cbbf221214199b2473f9be40be9df17898c /libdimensionxx/Makefile.am | |
parent | e701e589c6a8bc4dd25d6c3e42947b83b09c24dd (diff) | |
download | dimension-47c128a3106206038e45eb8b8abf6c712f29ac14.tar.xz |
New C++ dmnsn_camera* wrapper.
Diffstat (limited to 'libdimensionxx/Makefile.am')
-rw-r--r-- | libdimensionxx/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libdimensionxx/Makefile.am b/libdimensionxx/Makefile.am index b35ec97..cd14c99 100644 --- a/libdimensionxx/Makefile.am +++ b/libdimensionxx/Makefile.am @@ -20,6 +20,8 @@ nobase_include_HEADERS = dimensionxx.hpp \ dimensionxx/array.hpp \ dimensionxx/canvas.hpp \ + dimensionxx/camera.hpp \ + dimensionxx/cameras.hpp \ dimensionxx/color.hpp \ dimensionxx/cookie.hpp \ dimensionxx/geometry.hpp \ @@ -34,6 +36,8 @@ lib_LTLIBRARIES = libdimensionxx.la libdimensionxx_la_SOURCES = $(nobase_include_HEADERS) \ canvas.cpp \ + camera.cpp \ + cameras.cpp \ color.cpp \ error.cpp \ object.cpp \ |