diff options
author | Maarten Vanraes <maarten.vanraes@gmail.com> | 2011-05-26 08:32:45 +0200 |
---|---|---|
committer | Maarten Vanraes <maarten.vanraes@gmail.com> | 2011-05-26 08:32:45 +0200 |
commit | 3477e380121e6f37560002dbf41b90a69e0c618f (patch) | |
tree | 6caafd087b800862d5d8920023583de130596efb /Makefile.am | |
parent | 8d80b897b5863372649de9b5f3c8d7234ae47f58 (diff) | |
download | plus-3477e380121e6f37560002dbf41b90a69e0c618f.tar.gz plus-3477e380121e6f37560002dbf41b90a69e0c618f.tar.bz2 plus-3477e380121e6f37560002dbf41b90a69e0c618f.tar.xz plus-3477e380121e6f37560002dbf41b90a69e0c618f.zip |
modify autoconf files to change spec version and make dist-bzip2 to work well
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 808de717d..f1909aee4 100644 --- a/Makefile.am +++ b/Makefile.am @@ -13,8 +13,13 @@ EXTRA_DIST = $(desktop_DATA) \ CMake/Modules/FindGuichan.cmake \ CMake/Modules/FindLibIntl.cmake \ CMake/Modules/FindSDL_gfx.cmake \ - mana.cbp \ - manaplus.menu + manaplus.cbp \ + manaplus.menu \ + manaplus.spec \ + AUTHORS \ + ChangeLog \ + INSTALL \ + README # Autopoint m4 stuff ACLOCAL_AMFLAGS = -I m4 |