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