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
Include C header files for types used in sizeof expressions, fixes bug
[vala-lang.git]
/
Makefile.am
blob
cb30eaff44e77736bc03f1a3874dc2a9df0c5383
1
NULL =
2
3
if ENABLE_VAPIGEN
4
VAPIGEN_SUBDIRS = \
5
gobject-introspection \
6
vapigen \
7
$(NULL)
8
endif
9
10
if ENABLE_GEN_PROJECT
11
GEN_PROJECT_SUBDIRS = \
12
gen-project \
13
$(NULL)
14
endif
15
16
SUBDIRS = \
17
gee \
18
ccode \
19
vala \
20
gobject \
21
compiler \
22
vapi \
23
tests \
24
doc \
25
$(VAPIGEN_SUBDIRS) \
26
$(GEN_PROJECT_SUBDIRS) \
27
$(NULL)
28
29
DIST_SUBDIRS = \
30
gee \
31
ccode \
32
vala \
33
gobject \
34
compiler \
35
vapi \
36
tests \
37
doc \
38
gobject-introspection \
39
vapigen \
40
gen-project \
41
$(NULL)
42
43
pkgconfigdir = $(libdir)/pkgconfig
44
pkgconfig_DATA = vala-1.0.pc
45
46
EXTRA_DIST = \
47
ChangeLog.pre-0-4 \
48
MAINTAINERS \
49
vala-1.0.pc.in \
50
$(NULL)
51