diff options
Diffstat (limited to 'ext/pulse/Makefile.am')
-rw-r--r-- | ext/pulse/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/pulse/Makefile.am b/ext/pulse/Makefile.am index e9e564f9f..a813cb6cb 100644 --- a/ext/pulse/Makefile.am +++ b/ext/pulse/Makefile.am @@ -4,7 +4,7 @@ libgstpulse_la_SOURCES = \ plugin.c \ pulsesink.c \ pulsesrc.c \ - pulsedevicemonitor.c \ + pulsedeviceprovider.c \ pulseutil.c libgstpulse_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) $(GST_CFLAGS) $(PULSE_CFLAGS) @@ -17,6 +17,6 @@ libgstpulse_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS) noinst_HEADERS = \ pulsesink.h \ pulsesrc.h \ - pulsedevicemonitor.h \ + pulsedeviceprovider.h \ pulseutil.h |