repo.or.cz
/
vala-lang.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
D-Bus: Emit cast to avoid C warning for signal handling in clients
[vala-lang.git]
/
vapigen
/
vala-gen-introspect
/
Makefile.am
blob
4f0c47186a998b0106fe08787a712bf81abf78d5
1
NULL =
2
3
bin_SCRIPTS = \
4
vala-gen-introspect \
5
$(NULL)
6
7
EXTRA_DIST = \
8
vala-gen-introspect.in
9
$(NULL)
10
11
if ENABLE_UNVERSIONED
12
install-exec-hook:
13
cd $(DESTDIR)$(bindir) && $(LN_S) -f vala-gen-introspect@PACKAGE_SUFFIX@$(EXEEXT) vala-gen-introspect$(EXEEXT)
14
endif