Add missing mac_spawn entries to lib/Makefile.am

This commit is contained in:
James Molson 2018-05-15 14:03:48 +02:00
parent 8d90c57ca9
commit dad1069a8a
No known key found for this signature in database
GPG Key ID: 35C04EE89CBB1070
1 changed files with 2 additions and 0 deletions

View File

@ -92,6 +92,7 @@ if OS_DARWIN
mac_sources = \
procinfo_mac.cpp \
mac/mac_backtrace.cpp \
mac/mac_spawn.cpp \
mac/QBacktrace.c \
mac/QCrashReport.c \
mac/QMachOImage.c \
@ -101,6 +102,7 @@ mac_sources = \
mac_headers = \
mac/dyld_gdb.h \
mac/mac_backtrace.h \
mac/mac_spawn.h \
mac/QBacktrace.h \
mac/QCrashReport.h \
mac/QMachOImage.h \