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
Add lib m check
[gmpc.git]
/
Makefile.am
blob
52dbf13da5743cba742715abcc209eac41bdf45d
1
AUTOMAKE_OPTIONS = foreign 1.11
2
3
SUBDIRS = src pixmaps glade data po pixmaps doc test
4
5
#else
6
#SUBDIRS = src pixmaps glade data po pixmaps doc remote
7
#endif
8
9
if HAVE_UNIQUE
10
SUBDIRS += remote
11
endif
12
13
if INTLTOOL_HIGHER_04000
14
else
15
EXTRA_DIST= intltool-extract.in\
16
intltool-update.in\
17
intltool-merge.in
18
19
20
DISTCLEANFILES=\
21
intltool-update\
22
intltool-extract\
23
intltool-merge
24
endif