shared: Use $(GCC_CFLAGS), fix warnings
[profile/ivi/weston.git] / shared / Makefile.am
1 libconfig_parser_la_LIBADD = $(IMAGE_LIBS)
2 AM_CPPFLAGS = $(IMAGE_CFLAGS)
3 AM_CFLAGS = $(GCC_CFLAGS)
4
5 noinst_LTLIBRARIES = libconfig-parser.la
6 libconfig_parser_la_SOURCES =                   \
7         config-parser.c                         \
8         option-parser.c                         \
9         image-loader.c                          \
10         config-parser.h