From 3d0ebc39eae3cc2a80380fa6ea62f40673f045c9 Mon Sep 17 00:00:00 2001 From: Michal Ratajsky Date: Thu, 10 Dec 2015 02:06:20 +0100 Subject: Replace leading spaces in Makefiles with tabs --- examples/Makefile.am | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'examples') 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 -- cgit v1.2.1