mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +00:00
530d023e87
Original commit message from CVS: * libs/gst/bytestream/Makefile.am: we should indeed add .c files to makefiles or they won't be built (d'oh)
21 lines
664 B
Makefile
21 lines
664 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 adapter.h
|
|
|
|
libgstbytestream_la_SOURCES = bytestream.c adapter.c
|
|
libgstbytestream_la_CFLAGS = $(GST_OBJ_CFLAGS)
|
|
libgstbytestream_la_LIBS = $(GST_OBJ_LIBS)
|
|
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
|
|
|