mirror of
https://github.com/transmission/transmission
synced 2025-03-13 23:48:49 +00:00
(win32) Don't build daemon on win32 yet
This commit is contained in:
parent
72b8c7397c
commit
da3ca8d16e
2 changed files with 3 additions and 1 deletions
|
@ -7,8 +7,10 @@ if BUILD_CLI
|
||||||
CLI_DIR = cli
|
CLI_DIR = cli
|
||||||
endif
|
endif
|
||||||
if BUILD_DAEMON
|
if BUILD_DAEMON
|
||||||
|
if !WIN32
|
||||||
DAEMON_DIR = daemon
|
DAEMON_DIR = daemon
|
||||||
endif
|
endif
|
||||||
|
endif
|
||||||
if BUILD_GTK
|
if BUILD_GTK
|
||||||
GTK_DIR = gtk po
|
GTK_DIR = gtk po
|
||||||
endif
|
endif
|
||||||
|
|
|
@ -313,7 +313,7 @@ fi
|
||||||
if test "x$have_msw" = "xyes"; then
|
if test "x$have_msw" = "xyes"; then
|
||||||
AC_DEFINE([HAVE_MSW], 1)
|
AC_DEFINE([HAVE_MSW], 1)
|
||||||
fi
|
fi
|
||||||
|
AM_CONDITIONAL(WIN32, test "x$have_msw" = "xyes")
|
||||||
|
|
||||||
dnl ----------------------------------------------------------------------------
|
dnl ----------------------------------------------------------------------------
|
||||||
dnl
|
dnl
|
||||||
|
|
Loading…
Add table
Reference in a new issue