repo.or.cz
/
swfdec.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
make all decoder functions use uint32_t
[swfdec.git]
/
Makefile.am
blob
0c33e5c967bcfef67fb4f48d9d605be4d307ce9a
1
if WITH_GTK
2
GTK_SUBDIRS = \
3
libswfdec-gtk \
4
doc \
5
player
6
else
7
GTK_SUBDIRS =
8
endif
9
10
if HAVE_VIVI
11
VIVI_SUBDIRS = vivified
12
else
13
VIVI_SUBDIRS =
14
endif
15
16
SUBDIRS= \
17
libswfdec \
18
$(GTK_SUBDIRS) \
19
$(VIVI_SUBDIRS) \
20
data \
21
test
22
23
ACLOCAL_FLAGS = -I m4
24
25
EXTRA_DIST=depcomp \
26
AUTHORS \
27
COPYING \
28
MAINTAINERS \
29
README \
30
ChangeLog \
31
autogen.sh \
32
gtk-doc.make \
33
m4/as-compiler-flag.m4 \
34
m4/ax_create_stdint_h.m4 \
35
m4/gtk-doc.m4
36
37
# build documentation when doing distcheck
38
DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc
39