[Xfce4-commits] [panel-plugins/xfce4-datetime-plugin] 05/17: Drop useless CFLAGS/LIBS

noreply at xfce.org noreply at xfce.org
Sun May 1 11:46:23 CEST 2016


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

landry pushed a commit to branch master
in repository panel-plugins/xfce4-datetime-plugin.

commit 6f147dfd5f1c39d2cd3593b024f442426d835c87
Author: Landry Breuil <landry at xfce.org>
Date:   Sun May 1 11:23:39 2016 +0200

    Drop useless CFLAGS/LIBS
---
 panel-plugin/Makefile.am | 8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)

diff --git a/panel-plugin/Makefile.am b/panel-plugin/Makefile.am
index c6e44df..97cd1cf 100644
--- a/panel-plugin/Makefile.am
+++ b/panel-plugin/Makefile.am
@@ -12,10 +12,8 @@ libdatetime_la_SOURCES = 			\
 libdatetime_la_CFLAGS = 			\
 	-I$(top_srcdir)				\
 	-DLOCALEDIR=\"$(localedir)\"		\
-	$(GTK_CFLAGS)				\
 	$(LIBXFCE4PANEL_CFLAGS)			\
-	$(LIBXFCE4UI_CFLAGS)			\
-	$(LIBXFCE4UTIL_CFLAGS)
+	$(LIBXFCE4UI_CFLAGS)
 
 libdatetime_la_LDFLAGS = 			\
 	-avoid-version				\
@@ -25,10 +23,8 @@ libdatetime_la_LDFLAGS = 			\
 	$(PLATFORM_LDFLAGS)
 
 libdatetime_la_LIBADD = 			\
-	$(GTK_LIBS)				\
 	$(LIBXFCE4PANEL_LIBS)			\
-	$(LIBXFCE4UI_LIBS)			\
-	$(LIBXFCE4UTIL_LIBS)
+	$(LIBXFCE4UI_LIBS)
 
 desktopdir = $(datadir)/xfce4/panel/plugins
 desktop_in_files = datetime.desktop.in

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


More information about the Xfce4-commits mailing list