summaryrefslogtreecommitdiff
path: root/kbproto/Makefile.am
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2010-04-06 14:17:41 -0700
committerKeith Packard <keithp@keithp.com>2010-04-06 14:17:41 -0700
commitbf620121726e779d372d81bb55d3a2e30169ed99 (patch)
treeb363a2f44a34e5927c3ce7f3a14b338afc6c244c /kbproto/Makefile.am
parent479f4b20ddf3bdb07999f5c18b355e8aa90cd082 (diff)
parent734105f5de0af632a2424c296395951e3bf4f691 (diff)
Merge remote branch 'kbproto/master'
Diffstat (limited to 'kbproto/Makefile.am')
-rw-r--r--kbproto/Makefile.am23
1 files changed, 23 insertions, 0 deletions
diff --git a/kbproto/Makefile.am b/kbproto/Makefile.am
new file mode 100644
index 0000000..bbe8a1e
--- /dev/null
+++ b/kbproto/Makefile.am
@@ -0,0 +1,23 @@
+kbdir = $(includedir)/X11/extensions
+kb_HEADERS = \
+ XKBgeom.h \
+ XKB.h \
+ XKBproto.h \
+ XKBsrv.h \
+ XKBstr.h
+
+pkgconfigdir = $(libdir)/pkgconfig
+pkgconfig_DATA = kbproto.pc
+
+
+MAINTAINERCLEANFILES = ChangeLog INSTALL
+
+.PHONY: ChangeLog INSTALL
+
+INSTALL:
+ $(INSTALL_CMD)
+
+ChangeLog:
+ $(CHANGELOG_CMD)
+
+dist-hook: ChangeLog INSTALL