[Xfce4-commits] [panel-plugins/xfce4-clipman-plugin] 08/15: replaced same binary with symbolic link

noreply at xfce.org noreply at xfce.org
Wed Jun 1 22:40:01 CEST 2016


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

schuellerf pushed a commit to branch master
in repository panel-plugins/xfce4-clipman-plugin.

commit 9bb4d2b33554647de8b5862b10a52a33fdfd7a6c
Author: Florian Schüller <florian.schueller at gmail.com>
Date:   Wed May 25 23:55:24 2016 +0200

    replaced same binary with symbolic link
---
 configure.ac.in          |  1 +
 panel-plugin/Makefile.am | 28 +++++-----------------------
 2 files changed, 6 insertions(+), 23 deletions(-)

diff --git a/configure.ac.in b/configure.ac.in
index 29b9513..26071ee 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -49,6 +49,7 @@ AM_PROG_CC_C_O()
 AC_PROG_LD()
 AC_PROG_INSTALL()
 AC_PROG_INTLTOOL()
+AC_PROG_LN_S()
 
 dnl **********************************
 dnl *** Check for standard headers ***
diff --git a/panel-plugin/Makefile.am b/panel-plugin/Makefile.am
index a5ef3d9..b4fd1e9 100644
--- a/panel-plugin/Makefile.am
+++ b/panel-plugin/Makefile.am
@@ -10,7 +10,7 @@ INCLUDES =								\
 	-DPACKAGE_LOCALE_DIR=\"$(localedir)\"				\
 	$(NULL)
 
-bin_PROGRAMS = xfce4-clipman xfce4-popup-clipman xfce4-clipman-settings xfce4-popup-clipman-actions
+bin_PROGRAMS = xfce4-clipman xfce4-popup-clipman xfce4-clipman-settings 
 
 #
 # Maintainer Mode
@@ -45,28 +45,6 @@ xfce4_popup_clipman_LDADD =						\
 	$(NULL)
 
 #
-# Action Popup Command
-#
-
-xfce4_popup_clipman_actions_SOURCES =						\
-	xfce4-popup-clipman.c						\
-	common.h							\
-	$(NULL)
-
-xfce4_popup_clipman_actions_CFLAGS =                                            \
-	-DGSEAL_ENABLE							\
-	@LIBX11_CFLAGS@							\
-	@GDKX_CFLAGS@							\
-	@GTK_CFLAGS@							\
-	$(NULL)
-
-xfce4_popup_clipman_actions_LDADD =						\
-	@LIBX11_LIBS@							\
-	@GDKX_LIBS@							\
-	@GTK_LIBS@							\
-	$(NULL)
-
-#
 # Settings dialog
 #
 
@@ -239,3 +217,7 @@ CLEANFILES =								\
 DISTCLEANFILES =							\
 	$(BUILT_SOURCES)						\
 	$(NULL)
+
+install-exec-hook:
+	$(LN_S) -f $(exec_prefix)/bin/xfce4-popup-clipman $(exec_prefix)/bin/xfce4-popup-clipman-actions
+

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


More information about the Xfce4-commits mailing list