]> www.fi.muni.cz Git - evince.git/blobdiff - Makefile.am
Make gnome-doc-utils optional
[evince.git] / Makefile.am
index 7880c3a828fc05554ae6ae615a75d99117dd2ccc..a3ab21864f2d388c029b3ba7457479a15e6c15da 100644 (file)
@@ -1,5 +1,10 @@
 ACLOCAL_AMFLAGS = -I m4
 
+# Set the minimum required Windows version to Windows 2000 (0x0500).
+if PLATFORM_WIN32
+AM_CPPFLAGS = -D_WIN32_WINNT=0x0500
+endif
+
 SUBDIRS = \
        cut-n-paste \
        data \
@@ -9,8 +14,11 @@ SUBDIRS = \
        libmisc \
        properties \
        shell \
-       po \
-       help
+       po
+
+if ENABLE_HELP
+SUBDIRS += help
+endif
 
 if ENABLE_TESTS
 SUBDIRS += test