aboutsummaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorLukas Fleischer <calcurse@cryptocrack.de>2011-12-09 20:48:39 +0100
committerLukas Fleischer <calcurse@cryptocrack.de>2011-12-09 20:54:20 +0100
commit093b28ac398ffdc2733bc6f42fa58d2153576ad9 (patch)
treedf01b2cf12579376fea9b84a8f0e0ccba1f708e8 /src/Makefile.am
parentef716e4a9267008061f1e6469182a4daaec1c05f (diff)
downloadcalcurse-093b28ac398ffdc2733bc6f42fa58d2153576ad9.tar.gz
calcurse-093b28ac398ffdc2733bc6f42fa58d2153576ad9.zip
Extract config file handlers into a separate file
We used custom_load_conf() to load the configuration file and io_save_conf() to save configuration. Move these functions, including all helpers, to a central location. Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de>
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 942e7a2..5942b89 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -12,6 +12,7 @@ calcurse_SOURCES = \
apoint.c \
args.c \
calendar.c \
+ config.c \
custom.c \
day.c \
event.c \