diff options
author | Michal Ratajsky <[email protected]> | 2015-12-10 02:06:20 +0100 |
---|---|---|
committer | Michal Ratajsky <[email protected]> | 2015-12-10 02:06:20 +0100 |
commit | 3d0ebc39eae3cc2a80380fa6ea62f40673f045c9 (patch) | |
tree | 92cf47bc68eeb98c2c5b86984764a7bb088e0023 /backends/oss/Makefile.am | |
parent | b3952a0d4fb8afb4716ccdd5313cfc53c506ec64 (diff) | |
download | libmatemixer-3d0ebc39eae3cc2a80380fa6ea62f40673f045c9.tar.bz2 libmatemixer-3d0ebc39eae3cc2a80380fa6ea62f40673f045c9.tar.xz |
Replace leading spaces in Makefiles with tabs
Diffstat (limited to 'backends/oss/Makefile.am')
-rw-r--r-- | backends/oss/Makefile.am | 50 |
1 files changed, 25 insertions, 25 deletions
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 |