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/oss/Makefile.am | 50 ++++++++++++++++++++++++------------------------ 1 file changed, 25 insertions(+), 25 deletions(-) (limited to 'backends/oss/Makefile.am') diff --git a/backends/oss/Makefile.am b/backends/oss/Makefile.am index f535a37..360082f 100644 --- a/backends/oss/Makefile.am +++ b/backends/oss/Makefile.am @@ -3,38 +3,38 @@ backenddir = $(libdir)/libmatemixer backend_LTLIBRARIES = libmatemixer-oss.la AM_CPPFLAGS = \ - -Wno-unknown-pragmas \ - -I$(top_srcdir) \ - -DG_LOG_DOMAIN=\"libmatemixer-oss\" + -Wno-unknown-pragmas \ + -I$(top_srcdir) \ + -DG_LOG_DOMAIN=\"libmatemixer-oss\" libmatemixer_oss_la_CFLAGS = \ - $(GLIB_CFLAGS) \ - $(OSS_CFLAGS) + $(GLIB_CFLAGS) \ + $(OSS_CFLAGS) libmatemixer_oss_la_SOURCES = \ - oss-common.h \ - oss-backend.c \ - oss-backend.h \ - oss-device.c \ - oss-device.h \ - oss-stream.c \ - oss-stream.h \ - oss-stream-control.c \ - oss-stream-control.h \ - oss-switch.c \ - oss-switch.h \ - oss-switch-option.c \ - oss-switch-option.h \ - oss-types.h + oss-common.h \ + oss-backend.c \ + oss-backend.h \ + oss-device.c \ + oss-device.h \ + oss-stream.c \ + oss-stream.h \ + oss-stream-control.c \ + oss-stream-control.h \ + oss-switch.c \ + oss-switch.h \ + oss-switch-option.c \ + oss-switch-option.h \ + oss-types.h libmatemixer_oss_la_LIBADD = \ - $(GLIB_LIBS) \ - $(OSS_LIBS) + $(GLIB_LIBS) \ + $(OSS_LIBS) libmatemixer_oss_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