From 508398f7c596f650b7cab4691da1a4ba934c85eb Mon Sep 17 00:00:00 2001 From: Sebastien Helleu Date: Sun, 9 Aug 2009 10:01:54 +0200 Subject: [PATCH] Add missing files for cmake in packages built by autotools --- Makefile.am | 1 + src/gui/qt/Makefile.am | 3 +++ 2 files changed, 4 insertions(+) diff --git a/Makefile.am b/Makefile.am index f250e79fc..d214ec375 100644 --- a/Makefile.am +++ b/Makefile.am @@ -39,6 +39,7 @@ EXTRA_DIST = CMakeLists.txt \ cmake/FindTCL.cmake \ cmake/makedist.sh.in \ po/CMakeLists.txt \ + po/srcfiles.cmake \ weechat.spec \ weechat_icon_32.png \ weechat.pc.in diff --git a/src/gui/qt/Makefile.am b/src/gui/qt/Makefile.am index 267d213f4..4506dddd2 100644 --- a/src/gui/qt/Makefile.am +++ b/src/gui/qt/Makefile.am @@ -13,3 +13,6 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . # + +EXTRA_DIST = gui-qt.c \ + gui-qt.h