mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 11:29:55 +00:00
c642d08357
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
363 B
Makefile
12 lines
363 B
Makefile
librarydir = $(libdir)/gstreamer-@GST_MAJORMINOR@
|
|
|
|
library_LTLIBRARIES = libgstaudio.la
|
|
|
|
libgstaudio_la_SOURCES = audio.c
|
|
|
|
libgstaudioincludedir = $(includedir)/gstreamer-@GST_MAJORMINOR@/gst/audio
|
|
libgstaudioinclude_HEADERS = audio.h
|
|
|
|
libgstaudio_la_LIBADD =
|
|
libgstaudio_la_CFLAGS = $(GST_CFLAGS) $(GST_OPT_CFLAGS)
|
|
libgstaudio_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|