build-sys: add winerrno.h to libpulsecommon_SOURCES
authorTanu Kaskinen <tanuk@iki.fi>
Sat, 30 May 2015 10:19:52 +0000 (13:19 +0300)
committerTanu Kaskinen <tanuk@iki.fi>
Sat, 30 May 2015 10:19:52 +0000 (13:19 +0300)
src/Makefile.am

index d582e57..cef3114 100644 (file)
@@ -712,7 +712,9 @@ libpulsecommon_@PA_MAJORMINOR@_la_SOURCES = \
                pulsecore/socket.h
 
 if OS_IS_WIN32
-libpulsecommon_@PA_MAJORMINOR@_la_SOURCES += pulsecore/poll-win32.c pulsecore/poll.h
+libpulsecommon_@PA_MAJORMINOR@_la_SOURCES += \
+               pulsecore/poll-win32.c pulsecore/poll.h \
+               pulsecore/winerrno.h
 else
 libpulsecommon_@PA_MAJORMINOR@_la_SOURCES += pulsecore/poll-posix.c pulsecore/poll.h
 endif