summaryrefslogtreecommitdiff
path: root/lib/xcb-util/property/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lib/xcb-util/property/Makefile')
-rw-r--r--lib/xcb-util/property/Makefile14
1 files changed, 14 insertions, 0 deletions
diff --git a/lib/xcb-util/property/Makefile b/lib/xcb-util/property/Makefile
new file mode 100644
index 000000000..a385fffb3
--- /dev/null
+++ b/lib/xcb-util/property/Makefile
@@ -0,0 +1,14 @@
+# $OpenBSD: Makefile,v 1.1 2009/05/23 14:43:12 matthieu Exp $
+
+SUBLIB= property
+
+SRCS= property.c
+
+CPPFLAGS= -I${XCBUTIL}/event
+
+HEADERS= xcb_property.h
+
+LDADD!= pkg-config --libs xcb xcb-event
+
+.include <bsd.lib.mk>
+.include <bsd.xorg.mk>