[Pkg-wmaker-commits] [wmitime] 114/127: wmitime: Do not include or compile unused wmgeneral files.

Doug Torrance dtorrance-guest at moszumanska.debian.org
Sat Aug 22 01:34:44 UTC 2015


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

dtorrance-guest pushed a commit to branch master
in repository wmitime.

commit 7fed3820dc9d351a6aed2eaa649f936f294a65d2
Author: Doug Torrance <dtorrance at monmouthcollege.edu>
Date:   Sat Dec 20 01:57:11 2014 -0600

    wmitime: Do not include or compile unused wmgeneral files.
---
 Makefile  | 5 +----
 wmitime.c | 1 -
 2 files changed, 1 insertion(+), 5 deletions(-)

diff --git a/Makefile b/Makefile
index 31a2a99..d10139e 100644
--- a/Makefile
+++ b/Makefile
@@ -1,9 +1,6 @@
 LIBS   = -lXpm -lXext -lX11 -lm
 CFLAGS = -O2 -Wall
-OBJS =	wmitime.o \
-		wmgeneral/wmgeneral.o \
-		wmgeneral/misc.o \
-		wmgeneral/list.o
+OBJS = wmitime.o wmgeneral/wmgeneral.o
 INSTALL = install
 PREFIX = /usr/local
 BINDIR = $(PREFIX)/bin
diff --git a/wmitime.c b/wmitime.c
index d574ef7..77844d3 100644
--- a/wmitime.c
+++ b/wmitime.c
@@ -32,7 +32,6 @@
 #include <X11/extensions/shape.h>
 
 #include "wmgeneral/wmgeneral.h"
-#include "wmgeneral/misc.h"
 
 #include "wmitime-master.xpm"
 char wmitime_mask_bits[64*64];

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-wmaker/wmitime.git



More information about the Pkg-wmaker-commits mailing list