From 3d0ebc39eae3cc2a80380fa6ea62f40673f045c9 Mon Sep 17 00:00:00 2001 From: Michal Ratajsky Date: Thu, 10 Dec 2015 02:06:20 +0100 Subject: Replace leading spaces in Makefiles with tabs --- backends/pulse/Makefile.am | 110 ++++++++++++++++++++++----------------------- 1 file changed, 55 insertions(+), 55 deletions(-) (limited to 'backends/pulse') diff --git a/backends/pulse/Makefile.am b/backends/pulse/Makefile.am index 4c851bf..74fe128 100644 --- a/backends/pulse/Makefile.am +++ b/backends/pulse/Makefile.am @@ -3,68 +3,68 @@ backenddir = $(libdir)/libmatemixer backend_LTLIBRARIES = libmatemixer-pulse.la AM_CPPFLAGS = \ - -Wno-unknown-pragmas \ - -I$(top_srcdir) \ - -DG_LOG_DOMAIN=\"libmatemixer-pulse\" + -Wno-unknown-pragmas \ + -I$(top_srcdir) \ + -DG_LOG_DOMAIN=\"libmatemixer-pulse\" libmatemixer_pulse_la_CFLAGS = \ - $(GLIB_CFLAGS) \ - $(PULSEAUDIO_CFLAGS) + $(GLIB_CFLAGS) \ + $(PULSEAUDIO_CFLAGS) libmatemixer_pulse_la_SOURCES = \ - pulse-backend.c \ - pulse-backend.h \ - pulse-connection.c \ - pulse-connection.h \ - pulse-device.c \ - pulse-device.h \ - pulse-device-profile.c \ - pulse-device-profile.h \ - pulse-device-switch.c \ - pulse-device-switch.h \ - pulse-enums.h \ - pulse-enum-types.c \ - pulse-enum-types.h \ - pulse-ext-stream.c \ - pulse-ext-stream.h \ - pulse-helpers.c \ - pulse-helpers.h \ - pulse-monitor.c \ - pulse-monitor.h \ - pulse-port.c \ - pulse-port.h \ - pulse-port-switch.c \ - pulse-port-switch.h \ - pulse-stream.c \ - pulse-stream.h \ - pulse-stream-control.c \ - pulse-stream-control.h \ - pulse-sink.c \ - pulse-sink.h \ - pulse-sink-control.c \ - pulse-sink-control.h \ - pulse-sink-input.c \ - pulse-sink-input.h \ - pulse-sink-switch.c \ - pulse-sink-switch.h \ - pulse-source.c \ - pulse-source.h \ - pulse-source-control.c \ - pulse-source-control.h \ - pulse-source-output.c \ - pulse-source-output.h \ - pulse-source-switch.c \ - pulse-source-switch.h \ - pulse-types.h + pulse-backend.c \ + pulse-backend.h \ + pulse-connection.c \ + pulse-connection.h \ + pulse-device.c \ + pulse-device.h \ + pulse-device-profile.c \ + pulse-device-profile.h \ + pulse-device-switch.c \ + pulse-device-switch.h \ + pulse-enums.h \ + pulse-enum-types.c \ + pulse-enum-types.h \ + pulse-ext-stream.c \ + pulse-ext-stream.h \ + pulse-helpers.c \ + pulse-helpers.h \ + pulse-monitor.c \ + pulse-monitor.h \ + pulse-port.c \ + pulse-port.h \ + pulse-port-switch.c \ + pulse-port-switch.h \ + pulse-stream.c \ + pulse-stream.h \ + pulse-stream-control.c \ + pulse-stream-control.h \ + pulse-sink.c \ + pulse-sink.h \ + pulse-sink-control.c \ + pulse-sink-control.h \ + pulse-sink-input.c \ + pulse-sink-input.h \ + pulse-sink-switch.c \ + pulse-sink-switch.h \ + pulse-source.c \ + pulse-source.h \ + pulse-source-control.c \ + pulse-source-control.h \ + pulse-source-output.c \ + pulse-source-output.h \ + pulse-source-switch.c \ + pulse-source-switch.h \ + pulse-types.h libmatemixer_pulse_la_LIBADD = \ - $(GLIB_LIBS) \ - $(PULSEAUDIO_LIBS) + $(GLIB_LIBS) \ + $(PULSEAUDIO_LIBS) libmatemixer_pulse_la_LDFLAGS = \ - -avoid-version \ - -no-undefined \ - -export-dynamic \ - -module + -avoid-version \ + -no-undefined \ + -export-dynamic \ + -module -include $(top_srcdir)/git.mk -- cgit v1.2.1