aboutsummaryrefslogtreecommitdiffstats
path: root/wsutil
diff options
context:
space:
mode:
authorJoão Valverde <joao.valverde@tecnico.ulisboa.pt>2017-10-15 12:16:46 +0100
committerJoão Valverde <j@v6e.pt>2017-10-17 18:50:09 +0000
commit55b0c251a0379a5a0a0d713c48717019acc965c6 (patch)
tree1f004683466f8cbad2a5337511cd42363c498ab6 /wsutil
parent1d238ec636ff051635a7ed194df5c49752788d69 (diff)
autotools: remove macOS Frameworks support
This treats macOS/OSX like any other Unix-like build target (Darwin), thus removing autotools support for macOS-specific build options. Anyone needing that is advised to use the fully-supported-on-macOS CMake build. Change-Id: I88e2fa7a8eea42241efcf84223ac2362d38b1e12 Reviewed-on: https://code.wireshark.org/review/23951 Petri-Dish: João Valverde <j@v6e.pt> Petri-Dish: Gerald Combs <gerald@wireshark.org> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: João Valverde <j@v6e.pt>
Diffstat (limited to 'wsutil')
-rw-r--r--wsutil/Makefile.am9
1 files changed, 0 insertions, 9 deletions
diff --git a/wsutil/Makefile.am b/wsutil/Makefile.am
index 62580c0cd8..a0fcb5ccce 100644
--- a/wsutil/Makefile.am
+++ b/wsutil/Makefile.am
@@ -34,10 +34,6 @@ AM_CPPFLAGS = $(INCLUDEDIRS) $(WS_CPPFLAGS) -DWS_BUILD_DLL \
# Optional headers for ABI checking
wsutil_optional_abi_includes =
-if HAVE_MACOS_FRAMEWORKS
-wsutil_optional_abi_includes += cfutils.h
-endif
-
# Header files that don't declare replacement functions for functions
# present in the APIs/ABIs of some, but not all, targets.
libwsutil_nonrepl_INCLUDES = \
@@ -167,10 +163,6 @@ libwsutil_la_SOURCES = \
wsjsmn.c \
xtea.c
-if HAVE_MACOS_FRAMEWORKS
-libwsutil_la_SOURCES += cfutils.c cfutils.h
-endif
-
libwsutil_sse42_la_SOURCES = \
ws_mempbrk_sse42.c
@@ -181,7 +173,6 @@ libwsutil_la_LDFLAGS = -version-info 0:0:0 @LDFLAGS_SHAREDLIB@
libwsutil_la_LIBADD = \
$(LTLIBOBJS) \
- @COREFOUNDATION_FRAMEWORKS@ \
@GLIB_LIBS@ \
@LIBGCRYPT_LIBS@ \
@LIBGNUTLS_LIBS@ \