e11f7a083c
configurable analog clock for X11. joint work with Jasper Lievisse Adriaanse feedback and ok naddy@
15 lines
353 B
Plaintext
15 lines
353 B
Plaintext
$OpenBSD: patch-Imakefile,v 1.1.1.1 2006/04/23 19:49:03 steven Exp $
|
|
--- Imakefile.orig Sun Jan 15 20:39:00 2006
|
|
+++ Imakefile Sat Apr 22 20:29:10 2006
|
|
@@ -7,7 +7,9 @@ OBJS = TolleUhr.o XCC.o
|
|
CDEBUGFLAGS = -O2 -g -Wall
|
|
|
|
XCOMM CCOPTIONS= -DUSE_IMLIB
|
|
-CCOPTIONS= -DUSE_XPM
|
|
+XCOMM CCOPTIONS= -DUSE_XPM
|
|
+
|
|
+MANSRCSUFFIX = 1
|
|
|
|
ComplexProgramTarget(xtu)
|
|
|