aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2014-01-24 16:14:05 +0100
committerMax Kellermann <max@duempel.org>2014-01-24 16:37:32 +0100
commiteef7ba48ddb060c14caa5be27faeabe6f82b3e08 (patch)
tree22554f12d1467631761cf71c9052e3510bf81e60 /configure.ac
parent299ff2b23ffbd3c4511768f7bfbf427315b0650d (diff)
downloadmpd-eef7ba48ddb060c14caa5be27faeabe6f82b3e08.tar.gz
mpd-eef7ba48ddb060c14caa5be27faeabe6f82b3e08.tar.xz
mpd-eef7ba48ddb060c14caa5be27faeabe6f82b3e08.zip
Win32Main: move to win32/
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 13ff64ba7..1bed0727d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -85,7 +85,7 @@ linux*)
mingw32* | windows*)
AC_CONFIG_FILES([
- src/win/mpd_win32_rc.rc
+ src/win32/mpd_win32_rc.rc
])
AC_CHECK_TOOL(WINDRES, windres)
AM_CPPFLAGS="$AM_CPPFLAGS -DWIN32_LEAN_AND_MEAN"