repo.or.cz
/
libfprint.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Rework some image handling; add public binarization API
[libfprint.git]
/
Makefile.am
blob
729a285ab49ee0524f9d8b8ee082d156ce670c5b
1
EXTRA_DIST = THANKS TODO HACKING libfprint.pc.in
2
3
SUBDIRS = libfprint doc
4
5
if BUILD_EXAMPLES
6
SUBDIRS += examples
7
endif
8
9
pkgconfigdir=$(libdir)/pkgconfig
10
pkgconfig_DATA=libfprint.pc
11
DISTCLEANFILES=libfprint.pc
12
13
.PHONY: ChangeLog
14
ChangeLog:
15
git --git-dir $(top_srcdir)/.git log > ChangeLog
16
17
dist-hook: ChangeLog
18