repo.or.cz
/
libisds.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Surround all macro code by currle brackets
[libisds.git]
/
Makefile.am
blob
fec45c1cab20fde4832e32079681f7fc0eb5f27d
1
ACLOCAL_AMFLAGS = -I m4
2
SUBDIRS = po src
3
4
if BUILD_EXAMPLE
5
SUBDIRS += client
6
endif
7
8
if BUILD_TEST
9
SUBDIRS += test
10
endif
11
12
EXTRA_DIST = config.rpath
13