forked from mirrors/linphone-iphone
libilbc.mk: rename libilbc.a to libilbcrfc3951.a to be constistent with cmake builder
This commit is contained in:
parent
6048e6f886
commit
fa4bd8dc7f
2 changed files with 3 additions and 2 deletions
|
|
@ -155,7 +155,7 @@ init:
|
|||
mkdir -p $(prefix)/include
|
||||
mkdir -p $(prefix)/lib/pkgconfig
|
||||
|
||||
veryclean: veryclean-linphone
|
||||
veryclean: veryclean-linphone
|
||||
rm -rf $(BUILDER_BUILD_DIR)
|
||||
|
||||
list-packages:
|
||||
|
|
|
|||
|
|
@ -15,7 +15,8 @@ $(LIBILBC_BUILD_DIR)/Makefile: $(LIBILBC_SRC_DIR)/configure
|
|||
$(LIBILBC_SRC_DIR)/configure -prefix=$(prefix) --host=$(host) $(library_mode)
|
||||
|
||||
build-libilbc: $(LIBILBC_BUILD_DIR)/Makefile
|
||||
cd $(LIBILBC_BUILD_DIR) && make && make install
|
||||
cd $(LIBILBC_BUILD_DIR) && make && make install && \
|
||||
mv $(prefix)/lib/libilbc.a $(prefix)/lib/libilbcrfc3951.a
|
||||
|
||||
clean-libilbc:
|
||||
cd $(LIBILBC_BUILD_DIR) && make clean
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue