Module: kamailio Branch: master Commit: e8eb76f95336f6d2d69e57ebc469a9d28fdf67fd URL: https://github.com/kamailio/kamailio/commit/e8eb76f95336f6d2d69e57ebc469a9d2...
Author: Daniel-Constantin Mierla miconda@gmail.com Committer: Daniel-Constantin Mierla miconda@gmail.com Date: 2016-12-08T18:23:57+01:00
misc/protoshoot: updated the path to core in makefile
---
Modified: misc/tools/protoshoot/Makefile
---
Diff: https://github.com/kamailio/kamailio/commit/e8eb76f95336f6d2d69e57ebc469a9d2... Patch: https://github.com/kamailio/kamailio/commit/e8eb76f95336f6d2d69e57ebc469a9d2...
---
diff --git a/misc/tools/protoshoot/Makefile b/misc/tools/protoshoot/Makefile index 9f6efd4..d4a8757 100644 --- a/misc/tools/protoshoot/Makefile +++ b/misc/tools/protoshoot/Makefile @@ -1,6 +1,6 @@ #
-COREPATH=../.. +COREPATH=../../src include $(COREPATH)/Makefile.defs include $(COREPATH)/Makefile.targets