xenocara/lib/xcb-util/icccm/Makefile

16 lines
294 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.2 2009/05/31 18:01:28 matthieu Exp $
2009-05-23 08:43:12 -06:00
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`
2009-05-23 08:43:12 -06:00
.include <bsd.lib.mk>
.include <bsd.xorg.mk>