diff options
Diffstat (limited to 'proto/xf86dgaproto/Makefile')
-rw-r--r-- | proto/xf86dgaproto/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/proto/xf86dgaproto/Makefile b/proto/xf86dgaproto/Makefile index 6c36c1089..d488395ad 100644 --- a/proto/xf86dgaproto/Makefile +++ b/proto/xf86dgaproto/Makefile @@ -1,7 +1,9 @@ -# $OpenBSD: Makefile,v 1.1 2008/03/25 23:28:20 matthieu Exp $ +# $OpenBSD: Makefile,v 1.2 2010/04/27 19:58:25 matthieu Exp $ HEADERS_SUBDIR= X11/extensions/ -HEADERS= xf86dga1.h xf86dga1str.h xf86dga.h xf86dgastr.h +HEADERS= xf86dga.h xf86dgastr.h xf86dga1const.h xf86dga1str.h \ + xf86dga1proto.h xf86dgaconst.h xf86dgaproto.h + PKGCONFIG= xf86dgaproto.pc .include <bsd.xorg.mk> |