blob: a385fffb399d0e9ef948b08a3ed777f4549c02cd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# $OpenBSD: Makefile,v 1.1 2009/05/23 14:43:12 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>
|