[PATCH 2/3] wmmon uses libdockapp

Rodolfo García Peñas (kix) <[email protected]>
Newsgroups gmane.compw.window-managers.windowmaker.devel
Message-ID <[email protected]>
The dockapp wmmon uses the new version of libdockapp and do not use
libwmgeneral.

Signed-off-by: Rodolfo García Peñas (kix) <[email protected]>
---
 wmmon/wmmon/Makefile | 2 +-
 wmmon/wmmon/wmmon.c  | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/wmmon/wmmon/Makefile b/wmmon/wmmon/Makefile
index 7466113..3522cef 100644
--- a/wmmon/wmmon/Makefile
+++ b/wmmon/wmmon/Makefile
@@ -1,5 +1,5 @@
 LIBDIR = -L/usr/X11R6/lib -L/usr/local/lib
-LIBS   = -lXpm -lXext -lX11 -lwmgeneral
+LIBS   = -lXpm -lXext -lX11 -ldockapp
 OBJS =  wmmon.o
 
 CFLAGS = -O2
diff --git a/wmmon/wmmon/wmmon.c b/wmmon/wmmon/wmmon.c
index a3df7fe..43e6af5 100644
--- a/wmmon/wmmon/wmmon.c
+++ b/wmmon/wmmon/wmmon.c
@@ -108,8 +108,8 @@
 #include <X11/xpm.h>
 #include <X11/extensions/shape.h>
 
-#include <wmgeneral/wmgeneral.h>
-#include <wmgeneral/misc.h>
+#include <libdockapp/wmgeneral.h>
+#include <libdockapp/misc.h>
 
 #include "wmmon-master.xpm"
 #include "wmmon-mask.xbm"
-- 
2.5.0


-- 
To unsubscribe, send mail to [email protected].
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.