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 /src | |
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 'src')
-rw-r--r-- | src/Makefile.am | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index aa361ab87..684e68ea7 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -615,7 +615,12 @@ manaplus_SOURCES += \ EXTRA_DIST = CMakeLists.txt \ - winver.h.in + winver.h.in \ + enet/ChangeLog \ + enet/design.txt \ + enet/LICENSE \ + enet/README \ + mana.rc # set the include path found by configure INCLUDES = $(all_includes) |