diff options
author | Jared Adams <jaxad0127@gmail.com> | 2009-10-24 11:39:32 -0600 |
---|---|---|
committer | Jared Adams <jaxad0127@gmail.com> | 2009-10-24 11:40:27 -0600 |
commit | 6d2a44c985d5a841231ac64b05898c81dc98b379 (patch) | |
tree | 2812ed5748292344d3646629ff6e39d8c1457d14 /Makefile.am | |
parent | c3ac3fb3b95d0abcd2cbc51e8ff1f2498cc6841b (diff) | |
download | mana-6d2a44c985d5a841231ac64b05898c81dc98b379.tar.gz mana-6d2a44c985d5a841231ac64b05898c81dc98b379.tar.bz2 mana-6d2a44c985d5a841231ac64b05898c81dc98b379.tar.xz mana-6d2a44c985d5a841231ac64b05898c81dc98b379.zip |
More rebranding
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am index e8cec1f2..de06657f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -3,12 +3,12 @@ SUBDIRS = data docs po src desktopdir = $(datarootdir)/applications -desktop_DATA = tmw.desktop +desktop_DATA = mana.desktop # Extra files to include EXTRA_DIST = $(desktop_DATA) \ - tmw.cbp \ - tmw.menu + mana.cbp \ + mana.menu # Autopoint m4 stuff ACLOCAL_AMFLAGS = -I m4 |