diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2009-05-22 16:53:06 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2009-05-22 16:53:06 +0000 |
commit | 63af4ff877b2b9e781674e6ad26d8de3bcea087d (patch) | |
tree | 8f63528fe121961d574e52cbf04a59cf6da01e41 /lib/libxcb/libxcb-xevie | |
parent | a899c2a7a33f5072d5e37a44d5ed99bf17e1464c (diff) |
use the code in bsd.xorg.mk to install headers.
Diffstat (limited to 'lib/libxcb/libxcb-xevie')
-rw-r--r-- | lib/libxcb/libxcb-xevie/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libxcb/libxcb-xevie/Makefile b/lib/libxcb/libxcb-xevie/Makefile index 8f99c3ea5..49674bad6 100644 --- a/lib/libxcb/libxcb-xevie/Makefile +++ b/lib/libxcb/libxcb-xevie/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.2 2009/05/22 16:22:47 matthieu Exp $ +# $OpenBSD: Makefile,v 1.3 2009/05/22 16:53:05 matthieu Exp $ -LIB= xcb-xevie +LIB= xcb-xevie -HDRS= xevie.h +HEADERS= xevie.h -SRCS= xevie.c +SRCS= xevie.c PKGCONFIG= xcb-xevie.pc |