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/core | |
parent | 85495d4b9582de474209f739928323b12bb5ffe7 (diff) | |
download | weechat-998db86f455b90f8cc39042a10f48324f29ce0ba.zip |
Add cmake files in package built by autotools
Diffstat (limited to 'src/core')
-rw-r--r-- | src/core/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/Makefile.am b/src/core/Makefile.am index 5608741f2..a302cfe64 100644 --- a/src/core/Makefile.am +++ b/src/core/Makefile.am @@ -54,3 +54,5 @@ lib_weechat_core_a_SOURCES = weechat.c \ wee-utf8.h \ wee-util.c \ wee-util.h + +EXTRA_DIST = CMakeLists.txt |