Merge with trank @ 137446
[official-gcc.git] / libjava / classpath / native / jni / gstreamer-peer / Makefile.am
blobd15f0a2addbfdd7f8ee5f54868b7f4db1f8970d9
1 nativeexeclib_LTLIBRARIES = libgstreamerpeer.la
3 libgstreamerpeer_la_SOURCES = gst_peer.c \
4                               gstreamer_io_peer.c \
5                               gst_native_data_line.c \
6                               gst_input_stream.c \
7                               gst_native_pipeline.c \
8                               gst_classpath_src.c \
9                               gst_peer.h \
10                               gst_classpath_src.h \
11                               gst_input_stream.h \
12                               gst_native_pipeline.h
14 libgstreamerpeer_la_LIBADD = $(top_builddir)/native/jni/classpath/jcl.lo
16 libgstreamerpeer_la_LDFLAGS = $(AM_LDFLAGS) @GST_PLUGIN_LDFLAGS@ -avoid-version
18 AM_LDFLAGS = @CLASSPATH_MODULE@ @GSTREAMER_LIBS@ @GSTREAMER_BASE_LIBS@ \
19              @GSTREAMER_PLUGINS_BASE_LIBS@ @GDK_LIBS@
21 AM_CPPFLAGS = @CLASSPATH_INCLUDES@
23 # We cannot use -Wwrite-strings and the strict flags since
24 # gstreamer contain broken prototypes (by design).
25 AM_CFLAGS = @WARNING_CFLAGS@ -Wno-write-strings \
26             -Wno-missing-field-initializers \
27             @ERROR_CFLAGS@ -Wno-unused-parameter @GSTREAMER_BASE_CFLAGS@ \
28             @GDK_CFLAGS@ @GSTREAMER_CFLAGS@ @GSTREAMER_PLUGINS_BASE_CFLAGS@ \
29             @EXTRA_CFLAGS@