diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2009-03-28 22:53:34 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2009-03-28 22:53:34 +0100 |
commit | 998db86f455b90f8cc39042a10f48324f29ce0ba (patch) | |
tree | a3be49fbed7e2990cec6dadc4dba93aa18d2427f /src/gui/gtk/Makefile.am | |
parent | 85495d4b9582de474209f739928323b12bb5ffe7 (diff) | |
download | weechat-998db86f455b90f8cc39042a10f48324f29ce0ba.zip |
Add cmake files in package built by autotools
Diffstat (limited to 'src/gui/gtk/Makefile.am')
-rw-r--r-- | src/gui/gtk/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/gtk/Makefile.am b/src/gui/gtk/Makefile.am index b207e1f18..004a3976f 100644 --- a/src/gui/gtk/Makefile.am +++ b/src/gui/gtk/Makefile.am @@ -36,3 +36,5 @@ weechat_gtk_SOURCES = gui-gtk-bar-window.c \ gui-gtk-main.c \ gui-gtk-window.c \ gui-gtk.h + +EXTRA_DIST = CMakeLists.txt |