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