Skip to content

Commit

Permalink
Fix installation of libpjsua2 shared libraries (#2670)
Browse files Browse the repository at this point in the history
  • Loading branch information
hlobit committed Mar 24, 2021
1 parent 8014848 commit 742f7dc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Makefile
Expand Up @@ -121,9 +121,10 @@ cmp_wav:

install:
mkdir -p $(DESTDIR)$(libdir)/
cp -af $(APP_LIB_FILES) $(DESTDIR)$(libdir)/
if [ "$(PJ_EXCLUDE_PJSUA2)x" = "x" ] ; then \
cp -af $(PJ_DIR)/pjsip/lib/libpjsua2-$(LIB_SUFFIX) $(DESTDIR)$(libdir)/; \
cp -af $(APP_LIBXX_FILES) $(DESTDIR)$(libdir)/; \
else \
cp -af $(APP_LIB_FILES) $(DESTDIR)$(libdir)/; \
fi
mkdir -p $(DESTDIR)$(includedir)/
for d in pjlib pjlib-util pjnath pjmedia pjsip; do \
Expand Down

0 comments on commit 742f7dc

Please sign in to comment.