printf: enable and fix compiler warnings
[platform/upstream/gstreamer.git] / gst / printf / Makefile.am
1 AM_CPPFLAGS = $(GLIB_CFLAGS) -DSTATIC=G_GNUC_INTERNAL $(WARNING_CFLAGS) $(PRINTF_CFLAGS)
2
3 noinst_LTLIBRARIES = libgstprintf.la
4
5 libgstprintf_la_CFLAGS =
6 libgstprintf_la_SOURCES =       \
7         asnprintf.c \
8         printf-args.c \
9         printf-args.h \
10         printf-parse.c \
11         printf-parse.h \
12         vasnprintf.c \
13         vasnprintf.h \
14         printf.c \
15         printf.h \
16         printf-extension.c \
17         printf-extension.h \
18         gst-printf.h
19
20 EXTRA_DIST = README