repo.or.cz
/
siplcs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
uncommented tcp option, fixes in processs_input and ssl tx
[siplcs.git]
/
Makefile.am
blob
3acefbfb9cc955d356c63bfbfd6284b96c39974e
1
EXTRA_DIST = LICENSE
2
3
SUBDIRS = src pixmaps m4macros
4
5
CLEANFILES = \
6
intltool-extract \
7
intltool-update \
8
intltool-merge
9
10
MAINTAINERCLEANFILES = \
11
compile \
12
INSTALL \
13
config.h.in \
14
aclocal.m4 \
15
ltmain.sh \
16
Makefile.in \
17
depcomp \
18
missing \
19
install-sh \
20
configure \
21
config.sub \
22
config.guess \
23
intltool-extract.in \
24
intltool-merge.in \
25
intltool-update.in \
26
mkinstalldirs
27
28
tests:
29
pushd src; make tests; popd;