summaryrefslogtreecommitdiff
path: root/lib/xcb-util/property/Makefile
blob: 4357c98180fc44e1cd7bda68ed126aa02852134b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#	$OpenBSD: Makefile,v 1.2 2009/05/31 18:01:28 matthieu Exp $

SUBLIB=		property

SRCS=		property.c

CPPFLAGS=	-I${XCBUTIL}/event

HEADERS=	xcb_property.h

LDADD=		`pkg-config --libs xcb xcb-event`

.include <bsd.lib.mk>
.include <bsd.xorg.mk>