summaryrefslogtreecommitdiff
path: root/configure.in
blob: 4077b0dfafdb62ce45d38ca3ac080ffe3fc0129f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
AC_INIT(telepathy-sunshine, 0.1.8)
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
])