Archived
1
0
Fork 0

Support for iniconfig in arch.c + small output API fixes

This commit is contained in:
Fredric N 2010-09-21 19:38:02 +02:00 committed by Henrik Hautakoski
parent 5da0562350
commit 89b4b6f85b
6 changed files with 118 additions and 77 deletions

View file

@ -19,11 +19,15 @@ endif
SOURCES := \
src/arch.c \
src/arch/mysql.c \
src/output/mysql.c \
src/ini/iniparser.c \
src/ini/dictionary.c \
src/indexer.c \
src/common/strbuf.c \
src/common/path.c \
src/common/rbtree.c \
src/common/xalloc.c \
src/common/die.c \
src/notify/inotify.c \
src/notify/event.c \
src/notify/tree.c