summaryrefslogtreecommitdiff
path: root/pjmedia/build
diff options
context:
space:
mode:
authorBenny Prijono <bennylp@teluu.com>2010-01-15 15:06:20 +0000
committerBenny Prijono <bennylp@teluu.com>2010-01-15 15:06:20 +0000
commit43a963d30079e289cd8ca99e13441f17887f423a (patch)
tree15b5ce9b3c0462afb9dfa2d27607ade235339511 /pjmedia/build
parenta9012f70f62c58f2311c8d69729d36947daa0ab2 (diff)
Ticket #694: work on 'make install':
- adhere to --prefix - header and lib files installation - pkgconfig creation - also added version.mak to fill in with the correct version git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@3063 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'pjmedia/build')
-rw-r--r--pjmedia/build/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/pjmedia/build/Makefile b/pjmedia/build/Makefile
index 49cd9424..c542396b 100644
--- a/pjmedia/build/Makefile
+++ b/pjmedia/build/Makefile
@@ -40,6 +40,7 @@ export _LDFLAGS := $(subst /,$(HOST_PSEP),$(PJMEDIA_LIB)) \
$(subst /,$(HOST_PSEP),$(PJNATH_LIB)) \
-L$(PJDIR)/third_party/lib \
$(APP_THIRD_PARTY_LIBS) \
+ $(APP_THIRD_PARTY_EXT) \
$(CC_LDFLAGS) $(OS_LDFLAGS) $(M_LDFLAGS) $(HOST_LDFLAGS) \
$(LDFLAGS)