projects
/
platform
/
upstream
/
libxkbcommon.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
filecomp: Fix xkbcomp warning
[platform/upstream/libxkbcommon.git]
/
Makefile.am
1
# Order: makekeys before src
2
SUBDIRS = include makekeys src test
3
4
pkgconfigdir = $(libdir)/pkgconfig
5
pkgconfig_DATA = xkbcommon.pc
6
7
MAINTAINERCLEANFILES = ChangeLog INSTALL
8
9
.PHONY: ChangeLog INSTALL
10
11
INSTALL:
12
$(INSTALL_CMD)
13
14
ChangeLog:
15
$(CHANGELOG_CMD)
16
17
dist-hook: ChangeLog INSTALL