mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 11:29:55 +00:00
84f8f25dfe
Original commit message from CVS: much build fixage turns out synaesthesia and smoothwav depend on gtk, maybe they should go to ext/
11 lines
306 B
Makefile
11 lines
306 B
Makefile
filterdir = $(libdir)/gst
|
|
|
|
filter_LTLIBRARIES = libgstsynaesthesia.la
|
|
|
|
libgstsynaesthesia_la_SOURCES = core.c gstsynaesthesia.c
|
|
libgstsynaesthesia_la_CFLAGS = $(GST_CFLAGS) $(GTK_CFLAGS)
|
|
libgstsynaesthesia_la_LIBADD = $(GTK_LIBS)
|
|
|
|
noinst_HEADERS = core.h gstsynaesthesia.h
|
|
|
|
EXTRA_DIST = README README-syna
|