don't forget run_loop_cocoa.m in static library build

This commit is contained in:
matthias.ringwald 2010-11-11 08:47:21 +00:00
parent d0ce639d5f
commit 41b8398897

View File

@ -34,8 +34,8 @@ libBTstack.$(BTSTACK_LIB_EXTENSION): $(libBTstack_SOURCES)
$(CC) $(CPPFLAGS) $(BTSTACK_LIB_LDFLAGS) -o $@ $(libBTstack_SOURCES) $(LDFLAGS)
@USE_LDID@ export CODESIGN_ALLOCATE=/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/codesign_allocate ; ldid -S $@
libBTstack.a: $(libBTstack_SOURCES:.c=.o)
ar cru $@ $(libBTstack_SOURCES:.c=.o)
libBTstack.a: $(libBTstack_SOURCES:.c=.o) $(libBTstack_SOURCES:.m=.o)
ar cru $@ $(libBTstack_SOURCES:.c=.o) $(libBTstack_SOURCES:.m=.o)
ranlib $@
BTdaemon: $(BTdaemon_SOURCES)