]> git.ipfire.org Git - thirdparty/asterisk.git/commit
pjproject_bundled: Fix issue where "/version.mak" wasn't found 25/4225/1
authorGeorge Joseph <gjoseph@digium.com>
Fri, 28 Oct 2016 21:59:19 +0000 (15:59 -0600)
committerGeorge Joseph <gjoseph@digium.com>
Fri, 28 Oct 2016 21:59:19 +0000 (15:59 -0600)
commit6b1c55dc9be90904363dbcf958a9fcc243c85629
tree50d020453abff919e3a1d65cc360468ab449e775
parenta9977758c9c32468aa8d98068facbcdd4cb42903
pjproject_bundled:  Fix issue where "/version.mak" wasn't found

main/Makefile includes third-party/pjproject/build.mak but
doesn't set PJDIR beforehand so "include $(PJDIR)/version.mak"
evaluates to "/version.mak".  Fix is to set PJDIR in main/Makefile
before the include.

Change-Id: I0f7c67d60209049056fe9c4b041bf0463aa95604
main/Makefile