summaryrefslogtreecommitdiff
path: root/configure.in
blob: 305ce6205b51aea71531a2d902b12d58ccf56017 (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.6)
AM_INIT_AUTOMAKE

AM_PATH_PYTHON(2.6)

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
])