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

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

AC_LANG_CPLUSPLUS
AC_PROG_CXX
AM_PROG_LIBTOOL

AC_PREFIX_DEFAULT(/usr)

AC_OUTPUT(Makefile audiocaptureplugins/Makefile audiocaptureplugins/generator/Makefile audiocaptureplugins/voip/Makefile filters/Makefile filters/rtpmixer/Makefile)