Skip to content
Snippets Groups Projects
Commit fe25f926 authored by Alexander Schwinn's avatar Alexander Schwinn
Browse files

Ported thunar-tpa to gdbus - part II (bug #14038)

parent e8151b67
No related branches found
No related tags found
No related merge requests found
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 = \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment