diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-01-31 18:57:07 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-01-31 18:57:07 +0300 |
commit | 5719a23f9b0729f04ed1fa5dc6cc680c58d514d4 (patch) | |
tree | d4fc1a73ea263a737e56d740a266bea34a1bbfcd /src/Makefile.am | |
parent | 31e7a7d05f36495df0176fc31d5894e216c3cdf4 (diff) | |
download | plus-5719a23f9b0729f04ed1fa5dc6cc680c58d514d4.tar.gz plus-5719a23f9b0729f04ed1fa5dc6cc680c58d514d4.tar.bz2 plus-5719a23f9b0729f04ed1fa5dc6cc680c58d514d4.tar.xz plus-5719a23f9b0729f04ed1fa5dc6cc680c58d514d4.zip |
Move units into db directory.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 6f1f226d3..21a08ef6e 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -879,8 +879,6 @@ SRC = ${BASE_SRC} \ gui/shortcut/spellshortcut.h \ statuseffect.cpp \ statuseffect.h \ - units.cpp \ - units.h \ particle/animationparticle.cpp \ particle/animationparticle.h \ being/being.cpp \ @@ -1320,6 +1318,8 @@ SRC = ${BASE_SRC} \ resources/db/statdb.h \ resources/db/statuseffectdb.cpp \ resources/db/statuseffectdb.h \ + resources/db/unitsdb.cpp \ + resources/db/unitsdb.h \ resources/db/weaponsdb.cpp \ resources/db/weaponsdb.h \ resources/iteminfo.h \ |