blob: 4f5d63f271349d3c76fb90b05a9a08cae107cde2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# $OpenBSD: Makefile,v 1.2 2008/09/14 07:32:43 matthieu Exp $
HEADERS_SUBDIR= X11/extensions/
HEADERS= dpms.h dpmsstr.h extutil.h ge.h geproto.h Xge.h \
lbxbuf.h lbxbufstr.h \
lbxdeltastr.h lbximage.h lbxopts.h lbxstr.h lbxzlib.h \
MITMisc.h mitmiscstr.h multibuf.h multibufst.h security.h \
securstr.h shape.h shapestr.h shmstr.h sync.h syncstr.h \
Xag.h Xagstr.h Xcup.h Xcupstr.h Xdbe.h \
Xdbeproto.h XEVI.h XEVIstr.h Xext.h XLbx.h XShm.h \
xtestext1.h XTest.h xteststr.h
PKGCONFIG= xextproto.pc
.include <bsd.xorg.mk>
|