repo.or.cz
/
stuffkeeper.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Update called vala api.
[stuffkeeper.git]
/
Makefile.am
blob
db16b2be1bc7e3c3c860d69d4af2d5d249d0546a
1
AUTOMAKE_OPTIONS = foreign 1.6
2
3
#check if we want to build doc's
4
if DOC
5
MAYBE_DIR=doc
6
else
7
MAYBE_DIR=
8
endif
9
10
SUBDIRS = src glade po pixmaps data types html vala $(MAYBE_DIR)
11
12
EXTRA_DIST= intltool-extract.in\
13
intltool-update.in\
14
intltool-merge.in
15
16
17
DISTCLEANFILES=\
18
intltool-update\
19
intltool-extract\
20
intltool-merge
21