diff options
| author | Dirk-Jan C. Binnema <djcb@djcbsoftware.nl> | 2022-03-26 17:16:46 +0200 |
|---|---|---|
| committer | Dirk-Jan C. Binnema <djcb@djcbsoftware.nl> | 2022-03-26 17:19:10 +0200 |
| commit | 03993b93b27e82af2ed0b9487280d0fabe577a86 (patch) | |
| tree | d234cda47e463fd748ee766507feefbe35354cfd /configure.ac | |
| parent | 37988b5a267cc41c78be0f585842972c94677789 (diff) | |
autotools: build updates
Ensure things build with autotools, too.
Diffstat (limited to 'configure.ac')
| -rw-r--r-- | configure.ac | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/configure.ac b/configure.ac index e806f20..e7a3d85 100644 --- a/configure.ac +++ b/configure.ac @@ -42,11 +42,12 @@ AC_PROG_CC_C99 AC_PROG_INSTALL AC_HEADER_STDC -extra_flags="-Wformat-security \ - -Wstack-protector \ - -Wstack-protector-all \ - -Wno-cast-function-type \ - -Wno-bad-function-cast" +extra_flags="-Wformat-security \ + -Wstack-protector \ + -Wstack-protector-all \ + -Wno-cast-function-type \ + -Wno-bad-function-cast \ + -Wno-switch-enum" AX_CXX_COMPILE_STDCXX_17 AX_COMPILER_FLAGS_CXXFLAGS([],[],[${extra_cflags}]) @@ -276,6 +277,7 @@ mu/Makefile lib/Makefile lib/doxyfile lib/utils/Makefile +lib/message/Makefile lib/index/Makefile mu4e/Makefile mu4e/mu4e-meta.el |
