[Xfce4-commits] [xfce/thunar] 01/01: Ported thunar-tpa to gdbus - part II (bug #14038)

noreply at xfce.org noreply at xfce.org
Tue Jan 23 22:18:40 CET 2018


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

a   l   e   x       p   u   s   h   e   d       a       c   o   m   m   i   t       t   o       b   r   a   n   c   h       m   a   s   t   e   r   
   in repository xfce/thunar.

commit fe25f926f242f42f1d00451864a7645ba838b478
Author: Alexander Schwinn <acs82 at 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.


More information about the Xfce4-commits mailing list