summaryrefslogtreecommitdiff
path: root/po
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2014-08-23 20:29:54 +0200
committerSébastien Helleu <flashcode@flashtux.org>2014-09-01 11:51:03 +0200
commita4dfda9304edaf7b08670f4bd70a387b734a8d51 (patch)
treea9f497193a770b79c152b2e431ca23ab04bf70e4 /po
parent3287843ff2f121849359f4daee6344fba7d204d1 (diff)
downloadweechat-a4dfda9304edaf7b08670f4bd70a387b734a8d51.zip
core: add functions to manage array lists
Diffstat (limited to 'po')
-rw-r--r--po/POTFILES.in2
-rw-r--r--po/srcfiles.cmake2
2 files changed, 4 insertions, 0 deletions
diff --git a/po/POTFILES.in b/po/POTFILES.in
index e89ebdad6..c9681d5f4 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -1,4 +1,6 @@
./doc/docgen.py
+./src/core/wee-arraylist.c
+./src/core/wee-arraylist.h
./src/core/wee-backtrace.c
./src/core/wee-backtrace.h
./src/core/weechat.c
diff --git a/po/srcfiles.cmake b/po/srcfiles.cmake
index 810fd3a31..a7d10d667 100644
--- a/po/srcfiles.cmake
+++ b/po/srcfiles.cmake
@@ -1,5 +1,7 @@
SET(WEECHAT_SOURCES
./doc/docgen.py
+./src/core/wee-arraylist.c
+./src/core/wee-arraylist.h
./src/core/wee-backtrace.c
./src/core/wee-backtrace.h
./src/core/weechat.c