diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2009-08-09 10:01:54 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2009-08-09 10:01:54 +0200 |
commit | 508398f7c596f650b7cab4691da1a4ba934c85eb (patch) | |
tree | 7637f0223decbb75ba3f1a00ec8f12d1767e520f /src | |
parent | 36b870f32a521a6075707ca9277298a6ba0ef005 (diff) | |
download | weechat-508398f7c596f650b7cab4691da1a4ba934c85eb.zip |
Add missing files for cmake in packages built by autotools
Diffstat (limited to 'src')
-rw-r--r-- | src/gui/qt/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
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 <http://www.gnu.org/licenses/>. # + +EXTRA_DIST = gui-qt.c \ + gui-qt.h |