diff options
author | Přemysl Janouch <p.janouch@gmail.com> | 2015-02-11 01:53:19 +0100 |
---|---|---|
committer | Přemysl Janouch <p.janouch@gmail.com> | 2015-02-11 01:53:19 +0100 |
commit | 59b1c5c056269a5151ef7a17cdedf8a3caccfc61 (patch) | |
tree | fbab85648333cb0f1d7f25f79cfbf544cf624031 /kike.c | |
parent | dfe50aeb85dae10c0fe94e7fb63e1dc887816d49 (diff) | |
download | xK-59b1c5c056269a5151ef7a17cdedf8a3caccfc61.tar.gz xK-59b1c5c056269a5151ef7a17cdedf8a3caccfc61.tar.xz xK-59b1c5c056269a5151ef7a17cdedf8a3caccfc61.zip |
Convert to CMake
Diffstat (limited to 'kike.c')
-rw-r--r-- | kike.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -18,8 +18,9 @@ * */ +#include "config.h" +#undef PROGRAM_NAME #define PROGRAM_NAME "kike" -#define PROGRAM_VERSION "alpha" #include "common.c" #include "kike-replies.c" |