[Xfce4-commits] <xfce4-generic-slider:master> The gui4 headers should be 4util headers
Connor Behan
noreply at xfce.org
Thu Mar 1 04:04:01 CET 2012
Updating branch refs/heads/master
to b49a1f62fe9499f3586f464e1b9cf4033bf3bccb (commit)
from 8f76a0cbcfb725679aef7c2c05ba53758486ec81 (commit)
commit b49a1f62fe9499f3586f464e1b9cf4033bf3bccb
Author: Connor Behan <connor.behan at gmail.com>
Date: Wed Feb 29 19:01:05 2012 -0800
The gui4 headers should be 4util headers
Makefile | 4 ++--
generic-slider.c | 1 +
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/Makefile b/Makefile
index 580a5b9..1d832c2 100644
--- a/Makefile
+++ b/Makefile
@@ -11,8 +11,8 @@ PREFIX = /usr
PLUGINDIR = $(PREFIX)/lib/xfce4/panel-plugins
PLUGINDESKTOPDIR = $(PREFIX)/share/xfce4/panel-plugins
-LIBXFCE4PANEL_CFLAGS = `$(PKG_CONFIG) --cflags libxfce4panel-1.0 libxfce4ui-1`
-LIBXFCE4PANEL_LIBS = `$(PKG_CONFIG) --libs libxfce4panel-1.0 libxfce4ui-1`
+LIBXFCE4PANEL_CFLAGS = `$(PKG_CONFIG) --cflags libxfce4panel-1.0 libxfce4ui-1 libxfce4util-1.0`
+LIBXFCE4PANEL_LIBS = `$(PKG_CONFIG) --libs libxfce4panel-1.0 libxfce4ui-1 libxfce4util-1.0`
all: generic-slider.c
$(CC) $(CFLAGS) $(LIBXFCE4PANEL_CFLAGS) -c generic-slider.c
diff --git a/generic-slider.c b/generic-slider.c
index 9f27e39..fc5fb29 100644
--- a/generic-slider.c
+++ b/generic-slider.c
@@ -4,6 +4,7 @@
#include <sys/wait.h>
#include <unistd.h>
#include <libxfce4panel/xfce-panel-plugin.h>
+#include <libxfce4util/libxfce4util.h>
#define TIMEOUT 1000
#define WIDTH 8
More information about the Xfce4-commits
mailing list