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
Fix small typo
[gmpc.git]
/
Makefile.am
blob
2dbdea47f1d3109430b1a32883bb5f95e0d1cecb
1
AUTOMAKE_OPTIONS = foreign 1.6
2
3
if WIN32
4
SUBDIRS = src pixmaps glade data po doc pixmaps
5
else
6
SUBDIRS = src pixmaps glade data po doc pixmaps remote
7
endif
8
9
if INTLTOOL_HIGHER_04000
10
else
11
EXTRA_DIST= intltool-extract.in\
12
intltool-update.in\
13
intltool-merge.in
14
15
16
DISTCLEANFILES=\
17
intltool-update\
18
intltool-extract\
19
intltool-merge
20
endif