diff options
author | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2005-02-13 22:34:13 +0000 |
---|---|---|
committer | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2005-02-13 22:34:13 +0000 |
commit | 68b8dc8a49a23d512abd01f657308ab6785078a6 (patch) | |
tree | 10abeee295a2d1560e8214689c075e46d624289b /src/Makefile.am | |
parent | fb6fa0f35843e437c3171de39920ce5e42e28817 (diff) | |
download | mana-68b8dc8a49a23d512abd01f657308ab6785078a6.tar.gz mana-68b8dc8a49a23d512abd01f657308ab6785078a6.tar.bz2 mana-68b8dc8a49a23d512abd01f657308ab6785078a6.tar.xz mana-68b8dc8a49a23d512abd01f657308ab6785078a6.zip |
Largely cleanups.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 8068a6b5..bcf9ff6b 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,7 +1,5 @@ bin_PROGRAMS = tmw -tmw_SOURCES = sound/sound.cpp \ - sound/sound.h \ - graphic/graphic.cpp \ +tmw_SOURCES = graphic/graphic.cpp \ graphic/graphic.h \ graphic/spriteset.cpp \ graphic/spriteset.h \ @@ -96,7 +94,9 @@ tmw_SOURCES = sound/sound.cpp \ main.cpp \ main.h \ map.cpp\ - map.h + map.h \ + sound.cpp \ + sound.h # set the include path found by configure INCLUDES= $(all_includes) |