summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index aa54fd00..1b666d01 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -404,7 +404,8 @@ mana_SOURCES = gui/widgets/avatarlistbox.cpp \
units.cpp \
units.h \
vector.cpp \
- vector.h
+ vector.h \
+ winver.h
mana_SOURCES += \
net/manaserv/adminhandler.cpp \
@@ -503,5 +504,8 @@ mana_SOURCES += \
net/ea/tradehandler.cpp \
net/ea/tradehandler.h
+EXTRA_DIST = CMakeLists.txt \
+ winver.h.in
+
# set the include path found by configure
INCLUDES = $(all_includes)