repo.or.cz
/
gmpc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Update vala version.
[gmpc.git]
/
Makefile.am
blob
324c3fa163763c0e9ea8eaadc9fd40841e04a72f
1
ACLOCAL_AMFLAGS = -I m4
2
AUTOMAKE_OPTIONS = foreign 1.11
3
4
SUBDIRS = src pixmaps glade data po pixmaps doc
5
6
#else
7
#SUBDIRS = src pixmaps glade data po pixmaps doc remote
8
#endif
9
10
if INTLTOOL_HIGHER_04000
11
else
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
endif