wmswallow: Link against libX11.

This commit is contained in:
Doug Torrance 2017-02-25 20:19:05 -05:00 committed by Carlos R. Mafra
parent ea4b9ec5c8
commit 72d06f7028
1 changed files with 1 additions and 1 deletions

View File

@ -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