Support for iniconfig in arch.c + small output API fixes
This commit is contained in:
parent
5da0562350
commit
89b4b6f85b
6 changed files with 118 additions and 77 deletions
6
Makefile
6
Makefile
|
|
@ -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
|
||||
|
|
|
|||
Reference in a new issue