aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 680bc68..60712f6 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -24,7 +24,9 @@ engine_SOURCES = \
src/o3d/tri.h \
src/o3d/tri_deriv.h src/o3d/tri_deriv.cpp \
src/o3d/camera.h \
- src/o3d/scene.h
+ src/o3d/scene.h \
+ src/ctrl/keyboard.h \
+ src/ctrl/mouse.h
engine_CPPFLAGS = -std=gnu++23 -Wall -Wextra $(DEPS_CPPFLAGS)
engine_LDFLAGS = -std=gnu++23 -Wall -Wextra
engine_LDADD = $(DEPS_LIBS)