aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.flags5
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#"))
98endif 98endif
99 99
100ifeq ($(CONFIG_PLATFORM_MINGW32),y)
101CFLAGS += -Iwin32
102EXEEXT = .exe
103else
100LDLIBS += m crypt 104LDLIBS += m crypt
105endif
101 106
102ifeq ($(CONFIG_PAM),y) 107ifeq ($(CONFIG_PAM),y)
103LDLIBS += pam pam_misc 108LDLIBS += pam pam_misc