Deleted Added
full compact
Makefile.am (268831) Makefile.am (279549)
1libucl_common_cflags= -I$(top_srcdir)/src \
2 -I$(top_srcdir)/include \
3 -I$(top_srcdir)/uthash \
1libucl_common_cflags= -I$(top_srcdir)/src \
2 -I$(top_srcdir)/include \
3 -I$(top_srcdir)/uthash \
4 -I$(top_srcdir)/klib \
4 -Wall -W -Wno-unused-parameter -Wno-pointer-sign
5lib_LTLIBRARIES= libucl.la
6libucl_la_SOURCES= ucl_emitter.c \
7 ucl_emitter_streamline.c \
8 ucl_emitter_utils.c \
9 ucl_hash.c \
10 ucl_parser.c \
11 ucl_schema.c \

--- 16 unchanged lines hidden ---
5 -Wall -W -Wno-unused-parameter -Wno-pointer-sign
6lib_LTLIBRARIES= libucl.la
7libucl_la_SOURCES= ucl_emitter.c \
8 ucl_emitter_streamline.c \
9 ucl_emitter_utils.c \
10 ucl_hash.c \
11 ucl_parser.c \
12 ucl_schema.c \

--- 16 unchanged lines hidden ---