mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-28 04:31:06 +00:00
9ff9da869d
Original commit message from CVS: smoothwave fixin
11 lines
268 B
Makefile
11 lines
268 B
Makefile
filterdir = $(libdir)/gst
|
|
|
|
filter_LTLIBRARIES = libgstsmoothwave.la
|
|
|
|
libgstsmoothwave_la_SOURCES = gstsmoothwave.c
|
|
libgstsmoothwave_la_CFLAGS = $(GST_CFLAGS) $(GTK_CFLAGS)
|
|
libgstsmoothwave_la_LIBADD = $(GTK_LIBS)
|
|
|
|
noinst_HEADERS = gstsmoothwave.h
|
|
|
|
EXTRA_DIST = README
|