summaryrefslogtreecommitdiff
path: root/examples
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 /examples
parentb3952a0d4fb8afb4716ccdd5313cfc53c506ec64 (diff)
downloadlibmatemixer-3d0ebc39eae3cc2a80380fa6ea62f40673f045c9.tar.bz2
libmatemixer-3d0ebc39eae3cc2a80380fa6ea62f40673f045c9.tar.xz
Replace leading spaces in Makefiles with tabs
Diffstat (limited to 'examples')
-rw-r--r--examples/Makefile.am8
1 files changed, 4 insertions, 4 deletions
diff --git a/examples/Makefile.am b/examples/Makefile.am
index 820a0f3..5e6d7ac 100644
--- a/examples/Makefile.am
+++ b/examples/Makefile.am
@@ -1,14 +1,14 @@
AM_CPPFLAGS = \
- -I$(top_srcdir) \
- $(GLIB_CFLAGS)
+ -I$(top_srcdir) \
+ $(GLIB_CFLAGS)
noinst_PROGRAMS = matemixer-monitor
matemixer_monitor_SOURCES = monitor.c
matemixer_monitor_LDADD = \
- $(GLIB_LIBS) \
- $(top_builddir)/libmatemixer/libmatemixer.la
+ $(GLIB_LIBS) \
+ $(top_builddir)/libmatemixer/libmatemixer.la
EXTRA_DIST = monitor.c