summaryrefslogtreecommitdiff
path: root/lib/xcb-util/property
diff options
context:
space:
mode:
Diffstat (limited to 'lib/xcb-util/property')
-rw-r--r--lib/xcb-util/property/Makefile14
-rw-r--r--lib/xcb-util/property/shlib_version2
2 files changed, 16 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>
diff --git a/lib/xcb-util/property/shlib_version b/lib/xcb-util/property/shlib_version
new file mode 100644
index 000000000..1edea46de
--- /dev/null
+++ b/lib/xcb-util/property/shlib_version
@@ -0,0 +1,2 @@
+major=1
+minor=0