Merge pull request #3218 from BOINC/pr_3179_mac2

Mac: Add missing .cpp + .h file to lib/Makefile.am
This commit is contained in:
brevilo 2020-03-03 16:49:22 +01:00 committed by GitHub
commit 4e1617fbca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 2 deletions

View File

@ -102,7 +102,8 @@ mac_sources = \
mac/QMachOImage.c \
mac/QMachOImageList.c \
mac/QSymbols.c \
mac/QTaskMemory.c
mac/QTaskMemory.c \
mac/mac_branding.cpp
mac_headers = \
mac/dyld_gdb.h \
mac/mac_backtrace.h \
@ -112,7 +113,8 @@ mac_headers = \
mac/QMachOImage.h \
mac/QMachOImageList.h \
mac/QSymbols.h \
mac/QTaskMemory.h
mac/QTaskMemory.h \
mac/mac_branding.h
win_sources=
win_headers=
else # !(OS_WIN32 || OS_MAC)