mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-16 21:36:35 +00:00
bdb8c10b5c
Original commit message from CVS: * gst/autoplug/Makefile.am: Fix some little buglets in last checkin. * gst/indexers/Makefile.am: * gst/schedulers/Makefile.am: * libs/gst/bytestream/Makefile.am: * libs/gst/control/Makefile.am: * libs/gst/getbits/Makefile.am:
20 lines
598 B
Makefile
20 lines
598 B
Makefile
|
|
plugin_LTLIBRARIES = libgstbytestream.la
|
|
AS_LIBTOOL_LIB = libgstbytestream
|
|
|
|
EXTRA_DIST = $(as_libtool_EXTRA_DIST)
|
|
noinst_DATA = $(as_libtool_noinst_DATA_files)
|
|
|
|
libgstbytestreamincludedir = $(includedir)/gstreamer-@GST_MAJORMINOR@/gst/bytestream
|
|
libgstbytestreaminclude_HEADERS = bytestream.h
|
|
|
|
libgstbytestream_la_SOURCES = bytestream.c
|
|
libgstbytestream_la_CFLAGS = $(GST_CFLAGS)
|
|
libgstbytestream_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) $(as_libtool_LDFLAGS)
|
|
|
|
install-data-local: as-libtool-install-data-local
|
|
|
|
uninstall-local: as-libtool-uninstall-local
|
|
|
|
include $(top_srcdir)/common/as-libtool.mak
|
|
|