mirror of
https://github.com/darlinghq/cctools-port.git
synced 2024-11-26 21:50:26 +00:00
Build ctf_insert & check_dylib binaries (fixes #25)
This commit is contained in:
parent
a12fe92e9b
commit
b55376ab64
@ -16,7 +16,9 @@ bin_PROGRAMS = \
|
||||
pagestuff \
|
||||
ranlib \
|
||||
codesign_allocate \
|
||||
bitcode_strip
|
||||
bitcode_strip \
|
||||
ctf_insert \
|
||||
check_dylib
|
||||
|
||||
LDADD = \
|
||||
$(top_builddir)/libstuff/libstuff.la \
|
||||
@ -46,3 +48,5 @@ ranlib_CFLAGS = -DRANLIB $(AM_CFLAGS)
|
||||
codesign_allocate_SOURCES = codesign_allocate.c
|
||||
bitcode_strip_SOURCES= bitcode_strip.c
|
||||
bitcode_strip_CFLAGS = -DALLOW_ARCHIVES $(AM_CFLAGS)
|
||||
ctf_insert_SOURCES= ctf_insert.c
|
||||
check_dylib_SOURCES= check_dylib.c
|
||||
|
Loading…
Reference in New Issue
Block a user