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 /examples | |
parent | b3952a0d4fb8afb4716ccdd5313cfc53c506ec64 (diff) | |
download | libmatemixer-3d0ebc39eae3cc2a80380fa6ea62f40673f045c9.tar.bz2 libmatemixer-3d0ebc39eae3cc2a80380fa6ea62f40673f045c9.tar.xz |
Replace leading spaces in Makefiles with tabs
Diffstat (limited to 'examples')
-rw-r--r-- | examples/Makefile.am | 8 |
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 |