mirror of
https://github.com/mumble-voip/mumble.git
synced 2025-10-26 11:19:16 +00:00
git-svn-id: https://mumble.svn.sourceforge.net/svnroot/mumble/trunk@1356 05730e5d-ab1b-0410-a4ac-84af385074fa
27 lines
448 B
Prolog
27 lines
448 B
Prolog
TEMPLATE = subdirs
|
|
CONFIG *= ordered debug_and_release
|
|
|
|
!CONFIG(no-client) {
|
|
!CONFIG(no-bundled-speex) {
|
|
SUBDIRS *= speexbuild
|
|
}
|
|
SUBDIRS *= src/mumble plugins
|
|
|
|
win32 {
|
|
SUBDIRS *= overlay
|
|
!CONFIG(no-g15) {
|
|
SUBDIRS *= g15helper
|
|
}
|
|
}
|
|
|
|
unix:!macx {
|
|
SUBDIRS *= overlay_gl
|
|
}
|
|
}
|
|
|
|
!CONFIG(no-server) {
|
|
SUBDIRS *= src/murmur
|
|
}
|
|
|
|
DIST=LICENSE INSTALL README README.Linux CHANGES compiler.pri
|