[Pkg-wmaker-commits] [wmtime] 92/101: wmtime uses libdockapp
Doug Torrance
dtorrance-guest at moszumanska.debian.org
Mon Aug 24 23:59:33 UTC 2015
This is an automated email from the git hooks/post-receive script.
dtorrance-guest pushed a commit to branch master
in repository wmtime.
commit 1d634e407f845222261f5e00a078172483b60c61
Author: Rodolfo García Peñas (kix) <kix at kix.es>
Date: Sat Aug 15 10:38:20 2015 +0200
wmtime uses libdockapp
The dockapp wmtime uses the new version of libdockapp and do not use
libwmgeneral.
Signed-off-by: Rodolfo García Peñas (kix) <kix at kix.es>
---
Makefile | 2 +-
wmtime.c | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/Makefile b/Makefile
index 20783e7..bd7c5f9 100755
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-LIBS = -lXpm -lXext -lX11 -lm -lwmgeneral
+LIBS = -lXpm -lXext -lX11 -lm -ldockapp
OBJS = wmtime.o
XPMS = wmtime-master.xpm wmtime-mask.xbm
PREFIX = /usr/local
diff --git a/wmtime.c b/wmtime.c
index 687215e..406c2da 100644
--- a/wmtime.c
+++ b/wmtime.c
@@ -89,8 +89,8 @@
#include <sys/wait.h> /* for waitpid, WNOHANG */
#include <time.h> /* for tm, time, localtime */
#include <unistd.h> /* for usleep */
-#include "wmgeneral/misc.h" /* for execCommand */
-#include "wmgeneral/wmgeneral.h" /* for copyXPMArea, RedrawWindow, etc */
+#include "libdockapp/misc.h" /* for execCommand */
+#include "libdockapp/wmgeneral.h" /* for copyXPMArea, RedrawWindow, etc */
#include "wmtime-mask.xbm" /* for wmtime_mask_bits */
#include "wmtime-master.xpm" /* for wmtime_master_xpm */
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-wmaker/wmtime.git
More information about the Pkg-wmaker-commits
mailing list