summaryrefslogtreecommitdiff
path: root/libmatemixer
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 /libmatemixer
parentb3952a0d4fb8afb4716ccdd5313cfc53c506ec64 (diff)
downloadlibmatemixer-3d0ebc39eae3cc2a80380fa6ea62f40673f045c9.tar.bz2
libmatemixer-3d0ebc39eae3cc2a80380fa6ea62f40673f045c9.tar.xz
Replace leading spaces in Makefiles with tabs
Diffstat (limited to 'libmatemixer')
-rw-r--r--libmatemixer/Makefile.am92
1 files changed, 46 insertions, 46 deletions
diff --git a/libmatemixer/Makefile.am b/libmatemixer/Makefile.am
index f158737..431729e 100644
--- a/libmatemixer/Makefile.am
+++ b/libmatemixer/Makefile.am
@@ -1,63 +1,63 @@
lib_LTLIBRARIES = libmatemixer.la
AM_CPPFLAGS = \
- -I$(top_srcdir) \
- -I$(top_srcdir)/libmatemixer \
- -DG_LOG_DOMAIN=\"libmatemixer\" \
- -DLIBMATEMIXER_BACKEND_DIR=\"$(libdir)/libmatemixer\"
+ -I$(top_srcdir) \
+ -I$(top_srcdir)/libmatemixer \
+ -DG_LOG_DOMAIN=\"libmatemixer\" \
+ -DLIBMATEMIXER_BACKEND_DIR=\"$(libdir)/libmatemixer\"
libmatemixer_includedir = $(includedir)/mate-mixer/libmatemixer
libmatemixer_include_HEADERS = \
- matemixer.h \
- matemixer-app-info.h \
- matemixer-context.h \
- matemixer-device.h \
- matemixer-device-switch.h \
- matemixer-enums.h \
- matemixer-enum-types.h \
- matemixer-stored-control.h \
- matemixer-stream.h \
- matemixer-stream-control.h \
- matemixer-stream-switch.h \
- matemixer-stream-toggle.h \
- matemixer-switch.h \
- matemixer-switch-option.h \
- matemixer-types.h \
- matemixer-version.h
+ matemixer.h \
+ matemixer-app-info.h \
+ matemixer-context.h \
+ matemixer-device.h \
+ matemixer-device-switch.h \
+ matemixer-enums.h \
+ matemixer-enum-types.h \
+ matemixer-stored-control.h \
+ matemixer-stream.h \
+ matemixer-stream-control.h \
+ matemixer-stream-switch.h \
+ matemixer-stream-toggle.h \
+ matemixer-switch.h \
+ matemixer-switch-option.h \
+ matemixer-types.h \
+ matemixer-version.h
libmatemixer_la_CFLAGS = $(GLIB_CFLAGS)
libmatemixer_la_SOURCES = \
- matemixer.c \
- matemixer-private.h \
- matemixer-app-info.c \
- matemixer-app-info-private.h \
- matemixer-backend.c \
- matemixer-backend.h \
- matemixer-backend-module.c \
- matemixer-backend-module.h \
- matemixer-context.c \
- matemixer-device.c \
- matemixer-device-switch.c \
- matemixer-enum-types.c \
- matemixer-stored-control.c \
- matemixer-stream.c \
- matemixer-stream-private.h \
- matemixer-stream-control.c \
- matemixer-stream-control-private.h \
- matemixer-stream-switch.c \
- matemixer-stream-toggle.c \
- matemixer-switch.c \
- matemixer-switch-private.h \
- matemixer-switch-option.c \
- matemixer-switch-option-private.h
+ matemixer.c \
+ matemixer-private.h \
+ matemixer-app-info.c \
+ matemixer-app-info-private.h \
+ matemixer-backend.c \
+ matemixer-backend.h \
+ matemixer-backend-module.c \
+ matemixer-backend-module.h \
+ matemixer-context.c \
+ matemixer-device.c \
+ matemixer-device-switch.c \
+ matemixer-enum-types.c \
+ matemixer-stored-control.c \
+ matemixer-stream.c \
+ matemixer-stream-private.h \
+ matemixer-stream-control.c \
+ matemixer-stream-control-private.h \
+ matemixer-stream-switch.c \
+ matemixer-stream-toggle.c \
+ matemixer-switch.c \
+ matemixer-switch-private.h \
+ matemixer-switch-option.c \
+ matemixer-switch-option-private.h
libmatemixer_la_LIBADD = $(GLIB_LIBS)
libmatemixer_la_LDFLAGS = \
- -version-info $(LT_VERSION) \
- -no-undefined \
- -export-dynamic
+ -version-info $(LT_VERSION) \
+ -no-undefined \
+ -export-dynamic
-include $(top_srcdir)/git.mk