Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 581192
Collapse All | Expand All

(-)a/Makefile (-2 / +2 lines)
Lines 1-6 Link Here
1
LDFLAGS=-lX11 -lXt  -L/usr/X11/lib
1
LIBS=-lX11 -lXt  -L/usr/X11/lib
2
xystray: Xystray.o xystray.o
2
xystray: Xystray.o xystray.o
3
	$(CC) $(LDFLAGS) $^ -o $@
3
	$(CC) $(LDFLAGS) $^ -o $@ $(LIBS)
4
4
5
clean:
5
clean:
6
	rm Xystray.o xystray.o
6
	rm Xystray.o xystray.o

Return to bug 581192