summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-08-04 15:39:48 +0300
committerAndrei Karas <akaras@inbox.ru>2015-08-04 15:39:48 +0300
commit46053327f617fd08029d53c334d45958645ffd73 (patch)
treece254ca08faf81ccfb304b2010a7d15144258e93
parentd24537a4477ca544af3c4f317c14cab1acf95240 (diff)
downloadplus-46053327f617fd08029d53c334d45958645ffd73.tar.gz
plus-46053327f617fd08029d53c334d45958645ffd73.tar.bz2
plus-46053327f617fd08029d53c334d45958645ffd73.tar.xz
plus-46053327f617fd08029d53c334d45958645ffd73.zip
Add more missing files into make file.
-rw-r--r--src/Makefile.am12
1 files changed, 11 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 846dec2d3..58c1c2cd4 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -38,6 +38,7 @@ dyecmd_SOURCES = debug/debug_new.cpp \
debug/static_assert.h
else
manaplus_SOURCES =
+dyecmd_SOURCES =
endif
if ENABLE_CILKPLUS
@@ -46,7 +47,7 @@ manaplus_CXXFLAGS += -DENABLE_CILKPLUS -fcilkplus -lcilkrts
endif
dyecmd_CXXFLAGS += -DDYECMD
-dyecmd_SOURCES = dyetool/dyemain.cpp
+dyecmd_SOURCES += dyetool/dyemain.cpp
if USE_MUMBLE
manaplus_CXXFLAGS += -DUSE_MUMBLE
@@ -332,6 +333,7 @@ SRC += events/actionevent.h \
resources/notifications.h \
enums/resources/notifyflags.h \
enums/resources/notifytypes.h \
+ resources/imagerect.h \
resources/openglimagehelper.cpp \
resources/openglimagehelper.h \
resources/questeffect.h \
@@ -1094,7 +1096,15 @@ manaplus_SOURCES += main.cpp \
resources/chatobject.h \
resources/delayedmanager.cpp \
resources/delayedmanager.h \
+ resources/effectdescription.h \
+ resources/emoteinfo.h \
+ resources/emotesprite.h \
+ resources/equipmentslots.h \
resources/horseinfo.h \
+ resources/spritedisplay.h \
+ resources/spritereference.h \
+ resources/textureatlas.h \
+ resources/updatefile.h \
enums/resources/map/blockmask.h \
enums/resources/map/blocktype.h \
resources/map/location.h \