diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2009-08-09 09:20:40 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2009-08-09 09:20:40 +0200 |
commit | 36b870f32a521a6075707ca9277298a6ba0ef005 (patch) | |
tree | c1ade33b5021c0d84b71c1d258f26ed4c875a17e | |
parent | 9508953b8eff1546addee4e7758e67739676209d (diff) | |
download | weechat-36b870f32a521a6075707ca9277298a6ba0ef005.zip |
Add missing file po/CMakeLists.txt in packages built by autotools
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 825453b4e..f250e79fc 100644 --- a/Makefile.am +++ b/Makefile.am @@ -38,6 +38,7 @@ EXTRA_DIST = CMakeLists.txt \ cmake/FindSourcehighlight.cmake \ cmake/FindTCL.cmake \ cmake/makedist.sh.in \ + po/CMakeLists.txt \ weechat.spec \ weechat_icon_32.png \ weechat.pc.in |