summaryrefslogtreecommitdiff
path: root/backends/null
diff options
context:
space:
mode:
authorMichal Ratajsky <[email protected]>2015-12-10 02:06:20 +0100
committerMichal Ratajsky <[email protected]>2015-12-10 02:06:20 +0100
commit3d0ebc39eae3cc2a80380fa6ea62f40673f045c9 (patch)
tree92cf47bc68eeb98c2c5b86984764a7bb088e0023 /backends/null
parentb3952a0d4fb8afb4716ccdd5313cfc53c506ec64 (diff)
downloadlibmatemixer-3d0ebc39eae3cc2a80380fa6ea62f40673f045c9.tar.bz2
libmatemixer-3d0ebc39eae3cc2a80380fa6ea62f40673f045c9.tar.xz
Replace leading spaces in Makefiles with tabs
Diffstat (limited to 'backends/null')
-rw-r--r--backends/null/Makefile.am18
1 files changed, 9 insertions, 9 deletions
diff --git a/backends/null/Makefile.am b/backends/null/Makefile.am
index 08005e4..9c4fd4c 100644
--- a/backends/null/Makefile.am
+++ b/backends/null/Makefile.am
@@ -3,22 +3,22 @@ backenddir = $(libdir)/libmatemixer
backend_LTLIBRARIES = libmatemixer-null.la
AM_CPPFLAGS = \
- -Wno-unknown-pragmas \
- -I$(top_srcdir) \
- -DG_LOG_DOMAIN=\"libmatemixer-null\"
+ -Wno-unknown-pragmas \
+ -I$(top_srcdir) \
+ -DG_LOG_DOMAIN=\"libmatemixer-null\"
libmatemixer_null_la_CFLAGS = $(GLIB_CFLAGS)
libmatemixer_null_la_SOURCES = \
- null-backend.c \
- null-backend.h
+ null-backend.c \
+ null-backend.h
libmatemixer_null_la_LIBADD = $(GLIB_LIBS)
libmatemixer_null_la_LDFLAGS = \
- -avoid-version \
- -no-undefined \
- -export-dynamic \
- -module
+ -avoid-version \
+ -no-undefined \
+ -export-dynamic \
+ -module
-include $(top_srcdir)/git.mk