summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/CMakeLists.txt1
-rw-r--r--src/Makefile.am1
2 files changed, 2 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index ec19ed7d2..89955be29 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -870,6 +870,7 @@ SET(SRCS
render/nullopenglgraphics.h
render/opengldebug.h
render/openglgraphicsdef.hpp
+ render/openglgraphicsdef1.hpp
render/openglgraphicsdefadvanced.hpp
render/renderers.cpp
render/renderers.h
diff --git a/src/Makefile.am b/src/Makefile.am
index 7a894c5ff..9a1b4b4b1 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -987,6 +987,7 @@ manaplus_SOURCES += gui/widgets/avatarlistbox.cpp \
render/nullopenglgraphics.h \
render/opengldebug.h \
render/openglgraphicsdef.hpp \
+ render/openglgraphicsdef1.hpp \
render/openglgraphicsdefadvanced.hpp \
render/renderers.cpp \
render/renderers.h \