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/alsa/Makefile.am | 70 +++++++++++++++++++++++------------------------ 1 file changed, 35 insertions(+), 35 deletions(-) (limited to 'backends/alsa/Makefile.am') diff --git a/backends/alsa/Makefile.am b/backends/alsa/Makefile.am index 7561290..0e6b6d0 100644 --- a/backends/alsa/Makefile.am +++ b/backends/alsa/Makefile.am @@ -3,48 +3,48 @@ backenddir = $(libdir)/libmatemixer backend_LTLIBRARIES = libmatemixer-alsa.la AM_CPPFLAGS = \ - -Wno-unknown-pragmas \ - -I$(top_srcdir) \ - -DG_LOG_DOMAIN=\"libmatemixer-alsa\" + -Wno-unknown-pragmas \ + -I$(top_srcdir) \ + -DG_LOG_DOMAIN=\"libmatemixer-alsa\" libmatemixer_alsa_la_CFLAGS = \ - $(GLIB_CFLAGS) \ - $(ALSA_CFLAGS) + $(GLIB_CFLAGS) \ + $(ALSA_CFLAGS) libmatemixer_alsa_la_SOURCES = \ - alsa-backend.c \ - alsa-backend.h \ - alsa-compat.h \ - alsa-constants.c \ - alsa-constants.h \ - alsa-device.c \ - alsa-device.h \ - alsa-element.c \ - alsa-element.h \ - alsa-stream.c \ - alsa-stream.h \ - alsa-stream-control.c \ - alsa-stream-control.h \ - alsa-stream-input-control.c \ - alsa-stream-input-control.h \ - alsa-stream-output-control.c \ - alsa-stream-output-control.h \ - alsa-switch.c \ - alsa-switch.h \ - alsa-switch-option.c \ - alsa-switch-option.h \ - alsa-toggle.c \ - alsa-toggle.h \ - alsa-types.h + alsa-backend.c \ + alsa-backend.h \ + alsa-compat.h \ + alsa-constants.c \ + alsa-constants.h \ + alsa-device.c \ + alsa-device.h \ + alsa-element.c \ + alsa-element.h \ + alsa-stream.c \ + alsa-stream.h \ + alsa-stream-control.c \ + alsa-stream-control.h \ + alsa-stream-input-control.c \ + alsa-stream-input-control.h \ + alsa-stream-output-control.c \ + alsa-stream-output-control.h \ + alsa-switch.c \ + alsa-switch.h \ + alsa-switch-option.c \ + alsa-switch-option.h \ + alsa-toggle.c \ + alsa-toggle.h \ + alsa-types.h libmatemixer_alsa_la_LIBADD = \ - $(GLIB_LIBS) \ - $(ALSA_LIBS) + $(GLIB_LIBS) \ + $(ALSA_LIBS) libmatemixer_alsa_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