mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 03:19:40 +00:00
4f8f42b0b6
Original commit message from CVS: restructure configure.ac, use correct libtool LDFLAGS, fix up defines
16 lines
479 B
Makefile
16 lines
479 B
Makefile
lib_LTLIBRARIES = libgstriff-@GST_MAJORMINOR@.la
|
|
|
|
libgstriff_@GST_MAJORMINOR@_la_SOURCES = \
|
|
riff.c \
|
|
riff-media.c \
|
|
riff-read.c
|
|
|
|
libgstriff_@GST_MAJORMINOR@includedir = $(includedir)/gstreamer-@GST_MAJORMINOR@/gst/riff
|
|
libgstriff_@GST_MAJORMINOR@include_HEADERS = \
|
|
riff-ids.h \
|
|
riff-media.h \
|
|
riff-read.h
|
|
|
|
libgstriff_@GST_MAJORMINOR@_la_LIBADD = $(GST_LIBS)
|
|
libgstriff_@GST_MAJORMINOR@_la_CFLAGS = $(GST_CFLAGS)
|
|
libgstriff_@GST_MAJORMINOR@_la_LDFLAGS = $(GST_LT_LDFLAGS)
|