Original commit message from CVS: disting fixes, pixbuf loader still borked in regards to disting
12 lines
233 B
Makefile
12 lines
233 B
Makefile
|
|
plugin_LTLIBRARIES = libgststereo.la
|
|
|
|
libgststereo_la_SOURCES = gststereo.c
|
|
libgststereo_la_CFLAGS = $(GST_CFLAGS)
|
|
libgststereo_la_LIBADD =
|
|
libgststereo_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
|
|
|
noinst_HEADERS = gststereo.h
|
|
|
|
EXTRA_DIST =
|