summaryrefslogtreecommitdiff
path: root/orkaudio/configure.in
blob: b92725da623d96a01296b1f20228f0861080b611 (plain)
1
2
3
4
5
6
7
8
9
10
AC_INIT(configure.in)

AM_CONFIG_HEADER(config.h)
AM_INIT_AUTOMAKE(orkaudio, 0.1)

AC_LANG_CPLUSPLUS
AC_PROG_CXX
AM_PROG_LIBTOOL

AC_OUTPUT(Makefile messages/Makefile audiofile/Makefile audiocaptureplugins/Makefile audiocaptureplugins/generator/Makefile audiocaptureplugins/voip/Makefile)