[Xfce4-commits] [apps/xfce4-taskmanager] 04/21: Fix indentation of backslashes in Makefile
noreply at xfce.org
noreply at xfce.org
Thu Jan 26 22:59:08 CET 2017
This is an automated email from the git hooks/post-receive script.
ochosi pushed a commit to branch master
in repository apps/xfce4-taskmanager.
commit c14bfaa05ea39da43c70fc998a014d91c2a4169d
Author: Simon Steinbeiss <simon.steinbeiss at elfenbeinturm.at>
Date: Tue Jan 24 00:04:56 2017 +0100
Fix indentation of backslashes in Makefile
---
src/Makefile.am | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/src/Makefile.am b/src/Makefile.am
index fd79157..32cfd39 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -9,15 +9,15 @@ bin_PROGRAMS = \
xfce4_taskmanager_CFLAGS = \
$(CAIRO_CFLAGS) \
$(GKSU_CFLAGS) \
- $(LIBX11_CFLAGS) \
- $(LIBXMU_CFLAGS) \
+ $(LIBX11_CFLAGS) \
+ $(LIBXMU_CFLAGS) \
$(NULL)
xfce4_taskmanager_LDADD = \
$(CAIRO_LIBS) \
$(GKSU_LIBS) \
- $(LIBX11_LIBS) \
- $(LIBXMU_LIBS) \
+ $(LIBX11_LIBS) \
+ $(LIBXMU_LIBS) \
$(NULL)
xfce4_taskmanager_SOURCES = \
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list