diff options
-rw-r--r-- | Makefile.flags | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile.flags b/Makefile.flags index 60bb888d8..0b5eea43b 100644 --- a/Makefile.flags +++ b/Makefile.flags | |||
@@ -97,7 +97,12 @@ CFLAGS += $(strip $(subst ",,$(CONFIG_EXTRA_CFLAGS))) | |||
97 | #")) | 97 | #")) |
98 | endif | 98 | endif |
99 | 99 | ||
100 | ifeq ($(CONFIG_PLATFORM_MINGW32),y) | ||
101 | CFLAGS += -Iwin32 | ||
102 | EXEEXT = .exe | ||
103 | else | ||
100 | LDLIBS += m crypt | 104 | LDLIBS += m crypt |
105 | endif | ||
101 | 106 | ||
102 | ifeq ($(CONFIG_PAM),y) | 107 | ifeq ($(CONFIG_PAM),y) |
103 | LDLIBS += pam pam_misc | 108 | LDLIBS += pam pam_misc |