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
Update wording for error message when trying to duplicate non-reference
[vala-lang.git]
/
Makefile.am
blob
82ed2f505b98b307e88d50e1abdb6ab57b4384f8
1
NULL =
2
3
if ENABLE_VAPIGEN
4
VAPIGEN_SUBDIRS = \
5
gobject-introspection \
6
vapigen \
7
$(NULL)
8
endif
9
10
SUBDIRS = \
11
gee \
12
ccode \
13
vala \
14
gobject \
15
compiler \
16
vapi \
17
tests \
18
doc \
19
$(VAPIGEN_SUBDIRS) \
20
$(NULL)
21
22
DIST_SUBDIRS = \
23
gee \
24
ccode \
25
vala \
26
gobject \
27
compiler \
28
vapi \
29
tests \
30
doc \
31
gobject-introspection \
32
vapigen \
33
$(NULL)
34
35
pkgconfigdir = $(libdir)/pkgconfig
36
pkgconfig_DATA = vala-1.0.pc
37
38
EXTRA_DIST = \
39
ChangeLog.pre-0-4 \
40
MAINTAINERS \
41
vala-1.0.pc.in \
42
$(NULL)
43