mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-08 18:39:54 +00:00
ad6ed7da2d
Original commit message from CVS: Initial revision
10 lines
213 B
Makefile
10 lines
213 B
Makefile
filterdir = $(libdir)/gst
|
|
|
|
filter_LTLIBRARIES = libgstspectrum.la
|
|
|
|
libgstspectrum_la_SOURCES = gstspectrum.c fix_fft.c
|
|
libgstspectrum_la_CFLAGS = $(GST_CFLAGS)
|
|
|
|
noinst_HEADERS = gstspectrum.h
|
|
|
|
EXTRA_DIST = README
|