blob: 31e04122b306568efef4324bebd135b23145b058 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# $OpenBSD: Makefile,v 1.1 2009/05/23 14:43:12 matthieu Exp $
SUBLIB= icccm
SRCS= icccm.c
CPPFLAGS= -I${XCBUTIL}/property -I${XCBUTIL}/event -I${XCBUTIL}/atom
HEADERS= xcb_icccm.h
LDADD!= pkg-config --libs xcb-atom xcb-event xcb-property
.include <bsd.lib.mk>
.include <bsd.xorg.mk>
|