]> git.ipfire.org Git - thirdparty/asterisk.git/commit
pjproject_bundled: Fix issue where "/version.mak" wasn't found 27/4227/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:33 +0000 (17:03 -0500)
commit12bdde6a6cab0c88845c100764105ca8e44baa43
treed04457aebb8108c642158ef44d2a518b3c0ca602
parent2995b31d189a12e19d5a9a1df07cf9ae8ac5b39a
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