diff options
author | Lukas Fleischer <calcurse@cryptocrack.de> | 2013-07-18 11:29:10 +0200 |
---|---|---|
committer | Lukas Fleischer <calcurse@cryptocrack.de> | 2013-07-18 11:29:10 +0200 |
commit | f36484f4043be83dba7e3a242d96636f2f7a29c1 (patch) | |
tree | 00e9e446faeb85b1529a159a480c130293b3497a /src/Makefile.am | |
parent | beac8bdd9be41c0bc17d85429ca74b4f6aa99a3e (diff) | |
download | calcurse-f36484f4043be83dba7e3a242d96636f2f7a29c1.zip |
Split online help code into a separate function
Reintroduce help.c and move the online help code into a new function
display_help().
Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de>
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 85a8780..3559a25 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -19,6 +19,7 @@ calcurse_SOURCES = \ day.c \ event.c \ getstring.c \ + help.c \ ical.c \ io.c \ keys.c \ |