1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-12-24 22:14:36 +02:00

Added missing dependencies to makefiles.

This commit is contained in:
Frank Zago 2009-08-26 23:37:15 +00:00
parent adcfb3c020
commit be76586fab
2 changed files with 4 additions and 0 deletions

View File

@ -18,11 +18,13 @@ vcmiclient_SOURCES = \
../hch/CDefHandler.cpp \
../hch/CDefHandler.h \
../hch/CHeroHandler.h \
../hch/CMusicBase.h \
../hch/CMusicHandler.cpp \
../hch/CMusicHandler.h \
../hch/CObjectHandler.h \
../hch/CSndHandler.cpp \
../hch/CSndHandler.h \
../hch/CSoundBase.h \
../hch/CVideoHandler.cpp \
../hch/CVideoHandler.h \
../int3.h \

View File

@ -255,11 +255,13 @@ vcmiclient_SOURCES = \
../hch/CDefHandler.cpp \
../hch/CDefHandler.h \
../hch/CHeroHandler.h \
../hch/CMusicBase.h \
../hch/CMusicHandler.cpp \
../hch/CMusicHandler.h \
../hch/CObjectHandler.h \
../hch/CSndHandler.cpp \
../hch/CSndHandler.h \
../hch/CSoundBase.h \
../hch/CVideoHandler.cpp \
../hch/CVideoHandler.h \
../int3.h \