summaryrefslogtreecommitdiff
path: root/Examples
diff options
context:
space:
mode:
authorEmiel Bruijntjes <emiel.bruijntjes@copernica.com>2015-04-13 21:03:15 +0200
committerEmiel Bruijntjes <emiel.bruijntjes@copernica.com>2015-04-13 21:03:15 +0200
commitcbc98a28b2c0b8373cff40e357f262bec1b759b2 (patch)
tree868550c8ee09856959c57c7228ba34bd152f391b /Examples
parentfaa7df504380295296e3349e9360732d750554c3 (diff)
added PHPCPP_EXPORT, this may fix visibility issue #186
Diffstat (limited to 'Examples')
-rw-r--r--Examples/Globals/Makefile2
1 files changed, 1 insertions, 1 deletions
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