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

alex pushed a 
commit to branch 
master
in repository xfce/thunar.

commit fe25f926f242f42f1d00451864a7645ba838b478
Author: Alexander Schwinn <ac...@gmx.de>
Date:   Tue Jan 23 22:17:45 2018 +0100

    Ported thunar-tpa to gdbus - part II (bug #14038)
---
 plugins/thunar-tpa/Makefile.am | 20 +++++++++-----------
 1 file changed, 9 insertions(+), 11 deletions(-)

diff --git a/plugins/thunar-tpa/Makefile.am b/plugins/thunar-tpa/Makefile.am
index 56a9c87..b824a66 100644
--- a/plugins/thunar-tpa/Makefile.am
+++ b/plugins/thunar-tpa/Makefile.am
@@ -1,9 +1,9 @@
 AM_CPPFLAGS =                                                          \
        -I$(top_builddir)                                               \
-       -I$(top_builddir)/plugins                                       \
+       -I$(top_builddir)/plugins                               \
        -I$(top_srcdir)                                                 \
-       -I$(top_srcdir)/plugins                                         \
-       -DG_LOG_DOMAIN=\"libthunar-tpa\"                                \
+       -I$(top_srcdir)/plugins                                 \
+       -DG_LOG_DOMAIN=\"libthunar-tpa\"                \
        $(PLATFORM_CPPFLAGS)
 
 plugindir = $(libdir)/xfce4/panel/plugins
@@ -11,26 +11,24 @@ plugin_LTLIBRARIES =                                        
                \
        libthunar-tpa.la
 
 libthunar_tpa_la_SOURCES =                                             \
-       thunar-tpa.c                                                    \
-       thunar-tpa-bindings.c
+       thunar-tpa.c                                                            
\
+       thunar-tpa-bindings.c                                           \
        thunar-tpa-bindings.h
 
 libthunar_tpa_la_CFLAGS =                                              \
-       $(DBUS_CFLAGS)                                                  \
        $(LIBXFCE4UI_CFLAGS)                                            \
        $(LIBXFCE4UTIL_CFLAGS)                                          \
        $(LIBXFCE4PANEL_CFLAGS)                                         \
        $(PLATFORM_CFLAGS)
 
 libthunar_tpa_la_LIBADD =                                              \
-       $(DBUS_LIBS)                                                    \
        $(LIBXFCE4UTIL_LIBS)                                            \
-       $(LIBXFCE4UI_LIBS)                                              \
+       $(LIBXFCE4UI_LIBS)                                                      
\
        $(LIBXFCE4PANEL_LIBS)
 
-libthunar_tpa_la_LDFLAGS =                                             \
+libthunar_tpa_la_LDFLAGS =                                     \
        -avoid-version                                                  \
-       -module                                                         \
+       -module                                                                 
\
        -no-undefined                                                   \
        -export-symbols-regex '^xfce_panel_module_(preinit|init|construct)' \
        $(PLATFORM_LDFLAGS)
@@ -53,7 +51,7 @@ endif
 
 EXTRA_DIST =                                                           \
        $(desktop_in_files)                                             \
-       thunar-tpa-bindings.xml                                         \
+       thunar-tpa-bindings.xml                                 \
        README
 
 CLEANFILES =                                                           \

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
_______________________________________________
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits

Reply via email to