summaryrefslogtreecommitdiffstats
path: root/common/ini/Makefile.am
diff options
context:
space:
mode:
authorDmitri Pal <dpal@redhat.com>2010-07-30 14:05:50 -0400
committerDmitri Pal <dpal@redhat.com>2010-08-10 12:51:32 -0400
commit3f87dcf6c1986e031807ca1afb2cdc3e9e40e1de (patch)
tree1250932c9c6a27c72bce2d468e40292c6e1f0076 /common/ini/Makefile.am
parenta55980ddf7cb6c8a1252c7d891fe95b6713b2431 (diff)
downloadsssd-3f87dcf6c1986e031807ca1afb2cdc3e9e40e1de.tar.gz
sssd-3f87dcf6c1986e031807ca1afb2cdc3e9e40e1de.tar.xz
sssd-3f87dcf6c1986e031807ca1afb2cdc3e9e40e1de.zip
[INI] 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 'common/ini/Makefile.am')
-rw-r--r--common/ini/Makefile.am1
1 files changed, 0 insertions, 1 deletions
diff --git a/common/ini/Makefile.am b/common/ini/Makefile.am
index 23f90ca..4e900f9 100644
--- a/common/ini/Makefile.am
+++ b/common/ini/Makefile.am
@@ -43,7 +43,6 @@ libini_config_la_SOURCES = \
ini_list.c \
ini_print.c \
ini_parse.c \
- ini_parse.h \
ini_metadata.c \
ini_metadata.h \
ini_defines.h \