diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2012-12-16 23:07:33 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2012-12-16 23:07:33 +0100 |
commit | 2b78673aa9717871e993212949287fdd8d0bb033 (patch) | |
tree | cf5ffdc86b646620c2095d6f6f525beda7eb3a25 /src/core/Makefile.am | |
parent | fc0b73207b51eed495e35ac5f341c8b4d1ee4f40 (diff) | |
download | weechat-2b78673aa9717871e993212949287fdd8d0bb033.zip |
core: add git version in build, display it in "weechat-curses --help" and /version
Diffstat (limited to 'src/core/Makefile.am')
-rw-r--r-- | src/core/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/core/Makefile.am b/src/core/Makefile.am index 6abf84b99..100f85cde 100644 --- a/src/core/Makefile.am +++ b/src/core/Makefile.am @@ -66,6 +66,8 @@ lib_weechat_core_a_SOURCES = weechat.c \ wee-utf8.c \ wee-utf8.h \ wee-util.c \ - wee-util.h + wee-util.h \ + wee-version.c \ + wee-version.h EXTRA_DIST = CMakeLists.txt |