blob: 9c61311cd22bea7167d1c7db4aa46e9e37358ace (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# $OpenBSD: Makefile,v 1.3 2009/05/22 16:53:05 matthieu Exp $
LIB= xcb-damage
HEADERS= damage.h
SRCS= damage.c
PKGCONFIG= xcb-damage.pc
.include <bsd.lib.mk>
.include <bsd.xorg.mk>
|