]> git.ipfire.org Git - thirdparty/asterisk.git/commit
pjproject_bundled: Fix issue where "/version.mak" wasn't found 26/4226/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 22:03:23 +0000 (17:03 -0500)
commitd84eaa46fadddf30a51c4ad41a4aa9a970efb0ca
tree83eca06988690dddac8a3cf41368826483074564
parent8b3b9a7b7a600e9a3f9598f949846336591c273a
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