diff options
author | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2005-04-10 15:07:42 +0000 |
---|---|---|
committer | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2005-04-10 15:07:42 +0000 |
commit | 2a07fc9cccfe4a40b741f5510f95b8e376157518 (patch) | |
tree | 1665291260ddbd68dde31c88c715df6d45b9829c /Makefile.am | |
parent | ca6f8ea22491d9c2c784c3de6a59720d38aadff2 (diff) | |
download | mana-2a07fc9cccfe4a40b741f5510f95b8e376157518.tar.gz mana-2a07fc9cccfe4a40b741f5510f95b8e376157518.tar.bz2 mana-2a07fc9cccfe4a40b741f5510f95b8e376157518.tar.xz mana-2a07fc9cccfe4a40b741f5510f95b8e376157518.zip |
Moved tmw.desktop and added it to source distribution. Still only used
for Debian package for now, maybe could be included in 'make install'
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 6e5da1a4..76263c6e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -3,3 +3,6 @@ DIST_SUBDIRS = src data docs # Subdirectories to build SUBDIRS = src + +# Extra files to include +EXTRA_DIST = tmw.desktop |