blob: 135764450cadec80c297d4000facbb49a0e00427 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- Imakefile 1997/12/14 00:58:38 1.1
+++ Imakefile 1997/12/14 00:58:57
@@ -19,7 +19,7 @@
SRCS=sunclock.c bitmaps.c astro.c tildepath.c
OBJS=sunclock.o bitmaps.o astro.o tildepath.o
-LOCAL_LIBRARIES=$(XLIB) -lm
+LOCAL_LIBRARIES=$(XLIB) -lm -lcompat
DEPLIBS= # I don't know what I'm doing, and I hate imake!
ComplexProgramTarget(sunclock)
|