wmswallow: Link against libX11.
This commit is contained in:
parent
ea4b9ec5c8
commit
72d06f7028
|
@ -5,7 +5,7 @@ RM=rm -f
|
|||
X=/usr/X11R6
|
||||
INCLUDES=-I$(X)/include
|
||||
LIBPATHS=-L${X}/lib
|
||||
LIBS=-lXext
|
||||
LIBS=-lXext -lX11
|
||||
PROG=wmswallow
|
||||
OBJS=wmswallow.o
|
||||
SH=/bin/sh
|
||||
|
|
Loading…
Reference in a new issue