summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorDmitri Pal <dpal@redhat.com>2010-08-02 21:44:15 -0400
committerStephen Gallagher <sgallagh@redhat.com>2010-09-22 14:57:53 -0400
commita54a8e53a97d104490966e36d40e9b0b419ad050 (patch)
tree0bffb1517c4daaa645a917d1938e067a44696322 /Makefile.am
parentfbaa3ff3a5e45bffea373d0bea4ccd206db37a45 (diff)
downloadding-libs-a54a8e53a97d104490966e36d40e9b0b419ad050.tar.gz
ding-libs-a54a8e53a97d104490966e36d40e9b0b419ad050.tar.xz
ding-libs-a54a8e53a97d104490966e36d40e9b0b419ad050.zip
Introducing configuration file object
The patch contains two major pieces of work: * The beginning of the new INI interface significantly re-thought and reworked. * The implementation of the file object. Parsing was adjusted to use this object.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index f45e433..bcdfc79 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -231,6 +231,7 @@ libini_config_la_SOURCES = \
ini/ini_valueobj.c \
ini/ini_valueobj.h \
ini/ini_serialize.c \
+ ini/ini_fileobj.c \
ini/ini_configobj.c \
ini/ini_configobj.h \
ini/ini_config_priv.h \