summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorDmitri Pal <dpal@redhat.com>2010-07-30 14:05:50 -0400
committerStephen Gallagher <sgallagh@redhat.com>2010-09-22 14:57:53 -0400
commitfbaa3ff3a5e45bffea373d0bea4ccd206db37a45 (patch)
tree611c981b4d60b89d3d710cdc2fa0c390dd92d8d2 /Makefile.am
parentbcfbcf2e8d578580f308b5bdded49b166650f131 (diff)
downloadding-libs-fbaa3ff3a5e45bffea373d0bea4ccd206db37a45.tar.gz
ding-libs-fbaa3ff3a5e45bffea373d0bea4ccd206db37a45.tar.xz
ding-libs-fbaa3ff3a5e45bffea373d0bea4ccd206db37a45.zip
Starting to consolidate the new interface in one place
I realized that the new high level interface should be defined in one file instead of being scattered in many headers. I would have to eventuallu eliminate ini_configobj.h too and move everything to the new interface in ini_config.h. This patch renames couple functions to be consistent with the naming convention and removes ini_parse.h header.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index da36c20..f45e433 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -223,7 +223,6 @@ libini_config_la_SOURCES = \
ini/ini_list.c \
ini/ini_print.c \
ini/ini_parse.c \
- ini/ini_parse.h \
ini/ini_metadata.c \
ini/ini_metadata.h \
ini/ini_defines.h \