[Xfce4-commits] [apps/xfce4-screenshooter] 06/38: Fix Makefile.am indentation

noreply at xfce.org noreply at xfce.org
Fri Apr 28 03:07:02 CEST 2017


This is an automated email from the git hooks/post-receive script.

andre pushed a commit to branch master
in repository apps/xfce4-screenshooter.

commit 68361c86fb46334fe059970b95cd70ccfa744251
Author: Andre Miranda <andre42m at gmail.com>
Date:   Sun Feb 12 16:02:16 2017 -0300

    Fix Makefile.am indentation
---
 Makefile.am | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index 2ef0e54..d5e5a3b 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -28,7 +28,7 @@ lib_libscreenshooter_la_SOURCES =	\
 	lib/libscreenshooter.h \
 	lib/screenshooter-actions.c lib/screenshooter-actions.h \
 	lib/screenshooter-capture.c lib/screenshooter-capture.h \
-  lib/screenshooter-dialogs.c lib/screenshooter-dialogs.h \
+	lib/screenshooter-dialogs.c lib/screenshooter-dialogs.h \
 	lib/screenshooter-global.h \
 	lib/screenshooter-job.c lib/screenshooter-job.h \
 	lib/screenshooter-job-callbacks.c lib/screenshooter-job-callbacks.h \
@@ -41,22 +41,22 @@ lib_libscreenshooter_la_CFLAGS = \
 	-I$(top_srcdir) \
 	-I$(top_builddir)/lib \
 	@EXO_CFLAGS@ \
-  @GTK_CFLAGS@ \
+	@GTK_CFLAGS@ \
 	@GLIB_CFLAGS@ \
 	@LIBXFCE4UTIL_CFLAGS@ \
 	@LIBXFCE4UI_CFLAGS@ \
 	@LIBXML_CFLAGS@ \
 	@SOUP_CFLAGS@ \
 	@XFIXES_CFLAGS@ \
-  -DPACKAGE_LOCALE_DIR=\"$(localedir)\"
+	-DPACKAGE_LOCALE_DIR=\"$(localedir)\"
 
 lib_libscreenshooter_la_LIBADD = \
-  -lm \
+	-lm \
 	@EXO_LIBS@ \
-  @GTK_LIBS@ \
+	@GTK_LIBS@ \
 	@LIBXFCE4UTIL_LIBS@ \
 	@LIBXFCE4UI_LIBS@ \
-  @GLIB_LIBS@ \
+	@GLIB_LIBS@ \
 	@SOUP_LIBS@ \
 	@LIBXML_LIBS@ \
 	@LIBXEXT_LIBS@ \

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list