diff options
Diffstat (limited to 'gst/equalizer/Makefile.am')
-rw-r--r-- | gst/equalizer/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gst/equalizer/Makefile.am b/gst/equalizer/Makefile.am index ed26e295..1ef12c94 100644 --- a/gst/equalizer/Makefile.am +++ b/gst/equalizer/Makefile.am @@ -1,6 +1,8 @@ plugin_LTLIBRARIES = libgstequalizer.la -libgstequalizer_la_SOURCES = gstiirequalizer.c +libgstequalizer_la_SOURCES = gstiirequalizer.c gstiirequalizer.h libgstequalizer_la_CFLAGS = $(GST_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS) libgstequalizer_la_LIBADD = $(GST_LIBS) $(GST_PLUGINS_BASE_LIBS) -lgstaudio-$(GST_MAJORMINOR) libgstequalizer_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) + +noinst_HEADERS = gstiirequalizer.h |