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
|