mirror of https://github.com/BOINC/boinc.git
Merge pull request #3218 from BOINC/pr_3179_mac2
Mac: Add missing .cpp + .h file to lib/Makefile.am
This commit is contained in:
commit
4e1617fbca
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue