Skip to content
Snippets Groups Projects
Commit 1e8bd291 authored by Yun Liu's avatar Yun Liu
Browse files

Remove third party header files

parent 59d7099e
No related branches found
No related tags found
No related merge requests found
......@@ -73,8 +73,7 @@ prefix = /usr/local
install:
mkdir -p $(DESTDIR)$(prefix)/lib
cp -L $$(find . -name '*.a') $(DESTDIR)$(prefix)/lib
mkdir -p $(DESTDIR)$(prefix)/include
cp -RL $$(find . -name include) $(DESTDIR)$(prefix)
cp -RL $$(find ./pjnath ./third_party ./pjsip ./pjmedia ./pjlib ./pjlib-util -name include) $(DESTDIR)$(prefix)
cd $(DESTDIR)$(prefix)/lib && for i in $$(find . -name 'libpj*a'); do\
ln -s $$i $$(echo $$i | sed -e "s/-$(TARGET_NAME)//");\
done
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment