mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 14:26:43 +00:00
9 lines
185 B
Makefile
9 lines
185 B
Makefile
|
plugindir = $(libdir)/gst
|
||
|
|
||
|
plugin_LTLIBRARIES = libgst1394.la
|
||
|
|
||
|
libgst1394_la_SOURCES = gst1394.c gstdv1394src.c
|
||
|
libgst1394_la_LIBADD = $(raw1394_LIBS)
|
||
|
|
||
|
noinst_HEADERS = gstdv1394src.h
|