mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 02:31:03 +00:00
17 lines
344 B
Makefile
17 lines
344 B
Makefile
|
plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@
|
||
|
|
||
|
plugin_LTLIBRARIES = libgstdc1394.la
|
||
|
|
||
|
libgstdc1394_la_SOURCES = gstdc1394.c
|
||
|
|
||
|
|
||
|
libgstdc1394_la_CFLAGS = $(GST_CFLAGS) \
|
||
|
$(LIBDC1394_CFLAGS)
|
||
|
|
||
|
libgstdc1394_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||
|
|
||
|
libgstdc1394_la_LIBADD = $(GST_BASE_LIBS) \
|
||
|
$(LIBDC1394_LIBS)
|
||
|
|
||
|
noinst_HEADERS = gstdc1394.h
|