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 | 3854f2087447389f0d44a1af3eef9f6c8e4a5002 (patch) | |
tree | cc09fb7f3648630a7ae78afb3ef68c97a3b9c2ad /Makefile.am | |
parent | 9dbadcc5eedbf05cc226aac834fec94de90af6d3 (diff) | |
download | clientdata-3854f2087447389f0d44a1af3eef9f6c8e4a5002.tar.gz clientdata-3854f2087447389f0d44a1af3eef9f6c8e4a5002.tar.bz2 clientdata-3854f2087447389f0d44a1af3eef9f6c8e4a5002.tar.xz clientdata-3854f2087447389f0d44a1af3eef9f6c8e4a5002.zip |
Updated Makefiles and CMake Lists
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 7d16a1fc..ed080d08 100644 --- a/Makefile.am +++ b/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 |