diff options
Diffstat (limited to 'polyp')
-rw-r--r-- | polyp/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/polyp/Makefile.am b/polyp/Makefile.am index 847be9a8..2cd2a1f3 100644 --- a/polyp/Makefile.am +++ b/polyp/Makefile.am @@ -478,7 +478,7 @@ modlib_LTLIBRARIES += \ libx11prop.la endif -if !OS_IS_WIN32 +if HAVE_OSS modlib_LTLIBRARIES += \ liboss-util.la endif @@ -662,7 +662,7 @@ modlib_LTLIBRARIES += \ module-x11-publish.la endif -if !OS_IS_WIN32 +if HAVE_OSS modlib_LTLIBRARIES += \ module-oss.la \ module-oss-mmap.la |