summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorAlexander Schwinn <acs82@gmx.de>2018-01-23 22:17:45 +0100
committerAlexander Schwinn <acs82@gmx.de>2018-01-23 22:17:45 +0100
commitfe25f926f242f42f1d00451864a7645ba838b478 (patch)
treeb1a241d82ab273a5c6e3fa5274ba886629411353 /plugins
parente8151b674e5bfecd9d126234ee0180a08bc51538 (diff)
downloadthunar-fe25f926f242f42f1d00451864a7645ba838b478.tar.gz
Ported thunar-tpa to gdbus - part II (bug #14038)
Diffstat (limited to 'plugins')
-rw-r--r--plugins/thunar-tpa/Makefile.am20
1 files changed, 9 insertions, 11 deletions
diff --git a/plugins/thunar-tpa/Makefile.am b/plugins/thunar-tpa/Makefile.am
index 56a9c87d..b824a661 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 = \