diff options
author | Philipp Sehmisch <tmw@crushnet.org> | 2006-11-26 10:27:02 +0000 |
---|---|---|
committer | Philipp Sehmisch <tmw@crushnet.org> | 2006-11-26 10:27:02 +0000 |
commit | 5bc5329f8ade88b1fd4d06c8bd226f1bf9db34c1 (patch) | |
tree | cb5b8f2f25cbb93ce32fc1db2a12f03584bb9f5c /data/Makefile.am | |
parent | 78f7e290e46e6084bc51023ae3c8619b0695b7b6 (diff) | |
download | mana-5bc5329f8ade88b1fd4d06c8bd226f1bf9db34c1.tar.gz mana-5bc5329f8ade88b1fd4d06c8bd226f1bf9db34c1.tar.bz2 mana-5bc5329f8ade88b1fd4d06c8bd226f1bf9db34c1.tar.xz mana-5bc5329f8ade88b1fd4d06c8bd226f1bf9db34c1.zip |
Updated Makefiles and CMake Lists
Diffstat (limited to 'data/Makefile.am')
-rw-r--r-- | data/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/data/Makefile.am b/data/Makefile.am index 7d16a1fc..ed080d08 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -4,7 +4,8 @@ SUBDIRS = graphics help icons maps sfx tmwdatadir = $(pkgdatadir)/data tmwdata_DATA = \ + equipment.xml \ items.xml EXTRA_DIST = \ - $(tmwdata_DATA) + $(tmwdata_DATA)
\ No newline at end of file |