X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=Makefile.am;h=a3ab21864f2d388c029b3ba7457479a15e6c15da;hb=9c77b69d6ece7df775fd326f0afcc5a752b7a3bf;hp=7880c3a828fc05554ae6ae615a75d99117dd2ccc;hpb=f8a0165d07b14ac0c877e638c86e0dc0a8905d8f;p=evince.git diff --git a/Makefile.am b/Makefile.am index 7880c3a8..a3ab2186 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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