mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 06:46:38 +00:00
12 lines
268 B
Makefile
12 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
|