mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 10:41:04 +00:00
ed5a006090
Original commit message from CVS: Initial revision
8 lines
206 B
Makefile
8 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
|