diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2010-11-09 15:03:07 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2010-11-09 15:03:07 +0100 |
commit | 25879ca18965d8b2a6e9f5de290cf1bc5eb82ae6 (patch) | |
tree | 8b6ffdffcb5e7131582ba0816be6379d8e8e4802 /src/core/CMakeLists.txt | |
parent | fed54c196ebfcab1d05e37ab0a730663fd1aff04 (diff) | |
download | weechat-25879ca18965d8b2a6e9f5de290cf1bc5eb82ae6.zip |
Move WeeChat core completions from gui-completion.c to wee-completion.c
Diffstat (limited to 'src/core/CMakeLists.txt')
-rw-r--r-- | src/core/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/CMakeLists.txt b/src/core/CMakeLists.txt index c1a22c81e..dd18ba928 100644 --- a/src/core/CMakeLists.txt +++ b/src/core/CMakeLists.txt @@ -23,6 +23,7 @@ SET(LIB_CORE_SRC weechat.c weechat.h wee-backtrace.c wee-backtrace.h wee-command.c wee-command.h +wee-completion.c wee-completion.h wee-config.c wee-config.h wee-config-file.c wee-config-file.h wee-debug.c wee-debug.h |