summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index bb3f702e5..cf25f70b6 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -2009,7 +2009,7 @@ if ENABLE_OPENGLERRORS
manaplustests_CXXFLAGS += -DOPENGLERRORS
endif
-manaplustests_SOURCES = ${SRC} \
+manaplustests_SOURCES = \
unittests/unittests.h \
unittests/enums/render/mockdrawtype.h \
unittests/render/mockdrawitem.h \
@@ -2070,6 +2070,8 @@ manaplustests_SOURCES += \
unittests/resources/sdlimagehelper_unittest.cc \
unittests/gui/windowmanager_unittest.cc
+manaplustests_SOURCES += ${SRC}
+
if ENABLE_UNITTESTS
TESTS = manaplustests
check_PROGRAMS = manaplustests