Merge branch 'devel/x11' into tizen
[platform/upstream/kbproto.git] / Makefile.am
1 SUBDIRS = specs
2
3 kbdir = $(includedir)/X11/extensions
4 kb_HEADERS = \
5         XKBgeom.h \
6         XKB.h \
7         XKBproto.h \
8         XKBsrv.h \
9         XKBstr.h
10
11 pkgconfigdir = $(libdir)/pkgconfig
12 pkgconfig_DATA = kbproto.pc
13
14
15 MAINTAINERCLEANFILES = ChangeLog INSTALL
16
17 .PHONY: ChangeLog INSTALL
18
19 INSTALL:
20         $(INSTALL_CMD)
21
22 ChangeLog:
23         $(CHANGELOG_CMD)
24
25 dist-hook: ChangeLog INSTALL