diff options
author | Maarten Vanraes <maarten.vanraes@gmail.com> | 2011-05-27 00:55:04 +0200 |
---|---|---|
committer | Maarten Vanraes <maarten.vanraes@gmail.com> | 2011-05-27 00:55:04 +0200 |
commit | 1d7cb39aadecc370b4bca1c3e0162a9763ff611a (patch) | |
tree | 335db96b71465066c40f0e414a27323899a43ba7 /Makefile.am | |
parent | 98b4c6c5b5eb7c60919108c130d534938aed853e (diff) | |
download | plus-1d7cb39aadecc370b4bca1c3e0162a9763ff611a.tar.gz plus-1d7cb39aadecc370b4bca1c3e0162a9763ff611a.tar.bz2 plus-1d7cb39aadecc370b4bca1c3e0162a9763ff611a.tar.xz plus-1d7cb39aadecc370b4bca1c3e0162a9763ff611a.zip |
add more missing files to EXTRA_DIST so that make dist will work out well
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index f1909aee4..375c18158 100644 --- a/Makefile.am +++ b/Makefile.am @@ -9,6 +9,7 @@ desktop_DATA = manaplus.desktop EXTRA_DIST = $(desktop_DATA) \ CMakeLists.txt \ po/CMakeLists.txt \ + po/*.po \ CMake/Modules/FindENet.cmake \ CMake/Modules/FindGuichan.cmake \ CMake/Modules/FindLibIntl.cmake \ @@ -19,7 +20,8 @@ EXTRA_DIST = $(desktop_DATA) \ AUTHORS \ ChangeLog \ INSTALL \ - README + README \ + README.cmake # Autopoint m4 stuff ACLOCAL_AMFLAGS = -I m4 |