diff options
author | Keith Packard <keithp@keithp.com> | 2010-04-06 14:17:41 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2010-04-06 14:17:41 -0700 |
commit | bf620121726e779d372d81bb55d3a2e30169ed99 (patch) | |
tree | b363a2f44a34e5927c3ce7f3a14b338afc6c244c /kbproto/Makefile.am | |
parent | 479f4b20ddf3bdb07999f5c18b355e8aa90cd082 (diff) | |
parent | 734105f5de0af632a2424c296395951e3bf4f691 (diff) |
Merge remote branch 'kbproto/master'
Diffstat (limited to 'kbproto/Makefile.am')
-rw-r--r-- | kbproto/Makefile.am | 23 |
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 |