summaryrefslogtreecommitdiffstats
path: root/src/pacman/Makefile.am
diff options
context:
space:
mode:
authorAndrew Gregory <andrew.gregory.8@gmail.com>2013-07-22 08:46:50 +0200
committerAllan McRae <allan@archlinux.org>2013-08-21 03:06:41 +0200
commit3d2c8e1fd0e2b1c74f82c6b2b667964768ea4cb0 (patch)
treeee08147ed0829cc13fef672e4678176165f1f4b0 /src/pacman/Makefile.am
parentab84249a58b0976c941860e48461956c57b67d10 (diff)
downloadpacman-3d2c8e1fd0e2b1c74f82c6b2b667964768ea4cb0.tar.gz
pacman-3d2c8e1fd0e2b1c74f82c6b2b667964768ea4cb0.tar.xz
conf.c: extract ini parsing code to separate files
Move _parseconfig to ini.c as _parse_ini and create a convenient wrapper for the public API. Signed-off-by: Andrew Gregory <andrew.gregory.8@gmail.com> Signed-off-by: Allan McRae <allan@archlinux.org>
Diffstat (limited to 'src/pacman/Makefile.am')
-rw-r--r--src/pacman/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pacman/Makefile.am b/src/pacman/Makefile.am
index ed515739..f7272c65 100644
--- a/src/pacman/Makefile.am
+++ b/src/pacman/Makefile.am
@@ -31,6 +31,7 @@ pacman_SOURCES = \
conf.h conf.c \
database.c \
deptest.c \
+ ini.h ini.c \
package.h package.c \
pacman.h pacman.c \
query.c \