mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-28 04:31:06 +00:00
9 lines
206 B
Makefile
9 lines
206 B
Makefile
|
filterdir = $(libdir)/gst
|
||
|
|
||
|
filter_LTLIBRARIES = libgstparseau.la
|
||
|
|
||
|
libgstparseau_la_SOURCES = gstparseau.c
|
||
|
libgstparseau_la_CFLAGS = $(GLIB_CFLAGS) $(XML_CFLAGS) $(GST_CFLAGS)
|
||
|
|
||
|
noinst_HEADERS = gstparseau.h
|