summaryrefslogtreecommitdiff
path: root/configure.in
blob: ff1b8f3a0609d3d88cc500ca6615bc33312c1c49 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
AC_INIT(telepathy-sunshine, 0.2.0)
AM_INIT_AUTOMAKE

AM_PATH_PYTHON(2.5)

AC_OUTPUT([
Makefile
data/Makefile
sunshine/lqsoft/Makefile
sunshine/lqsoft/cstruct/Makefile
sunshine/lqsoft/cstruct/fields/Makefile
sunshine/lqsoft/cstruct/test/Makefile
sunshine/lqsoft/pygadu/Makefile
sunshine/lqsoft/utils/Makefile
sunshine/Makefile
sunshine/util/Makefile
sunshine/channel/Makefile
])