From cbc98a28b2c0b8373cff40e357f262bec1b759b2 Mon Sep 17 00:00:00 2001 From: Emiel Bruijntjes Date: Mon, 13 Apr 2015 21:03:15 +0200 Subject: added PHPCPP_EXPORT, this may fix visibility issue #186 --- Examples/Globals/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Examples') diff --git a/Examples/Globals/Makefile b/Examples/Globals/Makefile index a38d8c8..fec79f7 100644 --- a/Examples/Globals/Makefile +++ b/Examples/Globals/Makefile @@ -3,7 +3,7 @@ RM = rm -f CPP_FLAGS = -Wall -c -I. -O2 -std=c++11 PREFIX = /usr -#Edit these lines to correspond with your own directories +PHP_CONFIG = php-config LIBRARY_DIR = $(shell ${PHP_CONFIG} --extension-dir) PHP_CONFIG_DIR = /etc/php5/cli/conf.d -- cgit v1.2.3