[Xfce4-commits] [panel-plugins/xfce4-notes-plugin] 01/01: build: remove soname versioning and install panel plugin to $datadir/xfce4/panel/plugins

noreply at xfce.org noreply at xfce.org
Sat Mar 28 09:47:33 CET 2015


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

mmassonnet pushed a commit to branch master
in repository panel-plugins/xfce4-notes-plugin.

commit 0d041ec0a49f864d3592e0f3966b03b58b6dba09
Author: Mike Massonnet <mmassonnet at gmail.com>
Date:   Sat Mar 28 09:47:28 2015 +0100

    build: remove soname versioning and install panel plugin to $datadir/xfce4/panel/plugins
---
 src/Makefile.am |    8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/src/Makefile.am b/src/Makefile.am
index 4844e5a..b355587 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -102,7 +102,7 @@ main-panel-plugin.c: main-panel-plugin.vala
 	$(AM_V_GEN) $(VALAC) $(notes_VALAFLAGS) $< -C
 endif
 
-plugindir = $(libdir)/xfce4/panel-plugins
+plugindir = $(libdir)/xfce4/panel/plugins
 plugin_LTLIBRARIES = libnotes.la
 
 libnotes_la_SOURCES =							\
@@ -121,6 +121,12 @@ libnotes_la_LIBADD =							\
 	@LIBXFCE4UTIL_LIBS@						\
 	@XFCONF_LIBS@
 
+libnotes_la_LDFLAGS =							\
+	-avoid-version							\
+	-module								\
+	-no-undefined							\
+	-export-symbols-regex '^xfce_panel_module_(preinit|init|construct)' \
+	$(PLATFORM_LDFLAGS)
 endif
 
 #

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list