13 lines
184 B
Makefile
13 lines
184 B
Makefile
# $OpenBSD: Makefile,v 1.3 2009/05/22 16:53:05 matthieu Exp $
|
|
|
|
LIB= xcb-shape
|
|
|
|
HEADERS= shape.h
|
|
|
|
SRCS= shape.c
|
|
|
|
PKGCONFIG= xcb-shape.pc
|
|
|
|
.include <bsd.lib.mk>
|
|
.include <bsd.xorg.mk>
|