X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fyoink;a=blobdiff_plain;f=src%2FMakefile.am;h=0826767c3f359dc3102789f2ae163466d5212491;hp=9ea7843df9b375f79ce8107849035dc6b7ccb408;hb=16d1a05b0777e97a45c48e2874aa4e5cc791282e;hpb=15cd32dc28e7fa5997d9850d7e10b889f69a7cae diff --git a/src/Makefile.am b/src/Makefile.am index 9ea7843..0826767 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -5,8 +5,10 @@ libmoof_la_SOURCES = \ Moof/Aabb.hh \ Moof/Animation.cc \ Moof/Animation.hh \ + Moof/Camera.hh \ Moof/ConvertUTF.c \ Moof/ConvertUTF.h \ + Moof/Cullable.hh \ Moof/Deserializer.cc \ Moof/Deserializer.hh \ Moof/Dispatcher.cc \ @@ -18,6 +20,7 @@ libmoof_la_SOURCES = \ Moof/Interpolator.hh \ Moof/Math.hh \ Moof/Mippleton.hh \ + Moof/OpenGL.cc \ Moof/OpenGL.hh \ Moof/Profiler.hh \ Moof/Random.cc \