mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 03:19:40 +00:00
a62ca0048e
Original commit message from CVS: Updated autogen.sh/configure.ac and various Makefiles to make the configure script set up all gcc specific compiler arguments, rather than hardcoding them in the Makefile.am files
12 lines
411 B
Makefile
12 lines
411 B
Makefile
librarydir = $(libdir)/gstreamer-@GST_MAJORMINOR@
|
|
|
|
library_LTLIBRARIES = libgstriff.la
|
|
|
|
libgstriff_la_SOURCES = riffparse.c riffencode.c riffutil.c riff.c
|
|
|
|
libgstriffincludedir = $(includedir)/gstreamer-@GST_MAJORMINOR@/gst/riff
|
|
libgstriffinclude_HEADERS = riff.h
|
|
|
|
libgstriff_la_LIBADD =
|
|
libgstriff_la_CFLAGS = $(GST_CFLAGS) $(GST_OPT_CFLAGS) $(GST_FUNROLL_CFLAGS)
|
|
libgstriff_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|