mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 14:26:43 +00:00
c656b5eab6
Original commit message from CVS: * s/filter/plugin/ * link plugins to GST_LIBS * rearrange rules to a common format
9 lines
234 B
Makefile
9 lines
234 B
Makefile
plugindir = $(libdir)/gst
|
|
|
|
plugin_LTLIBRARIES = libgst1394.la
|
|
|
|
libgst1394_la_SOURCES = gst1394.c gstdv1394src.c
|
|
libgst1394_la_CFLAGS = $(GST_CFLAGS)
|
|
libgst1394_la_LIBADD = $(GST_LIBS) $(raw1394_LIBS)
|
|
|
|
noinst_HEADERS = gstdv1394src.h
|