summaryrefslogtreecommitdiffstats
path: root/ext/sndfile/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'ext/sndfile/Makefile.am')
-rw-r--r--ext/sndfile/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/sndfile/Makefile.am b/ext/sndfile/Makefile.am
index bd051153..c8fac77a 100644
--- a/ext/sndfile/Makefile.am
+++ b/ext/sndfile/Makefile.am
@@ -1,9 +1,9 @@
plugin_LTLIBRARIES = libgstsndfile.la
-libgstsndfile_la_SOURCES = gstsf.c gstsfsink.c
+libgstsndfile_la_SOURCES = gstsf.c gstsfsrc.c gstsfsink.c
libgstsndfile_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) $(GST_CFLAGS) $(SNDFILE_CFLAGS)
libgstsndfile_la_LIBADD = $(GST_BASE_LIBS) $(GST_LIBS) $(SNDFILE_LIBS)
libgstsndfile_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
-noinst_HEADERS = gstsf.h gstsfsink.h
+noinst_HEADERS = gstsf.h gstsfsrc.h gstsfsink.h