From 35fd3ccbeb4def71b4d8a59dfbb5c31201b099b9 Mon Sep 17 00:00:00 2001 From: Emiel Bruijntjes Date: Sun, 6 Apr 2014 21:53:24 +0200 Subject: renamed src directory to zend directory, disabled TSRM debug code --- Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 9a66157..5955a3d 100644 --- a/Makefile +++ b/Makefile @@ -120,12 +120,13 @@ MKDIR = mkdir -p # The source files # # For this we use a special Makefile function that automatically scans the -# src/ directory for all *.cpp files. No changes are probably necessary here +# src/, zend/ and hhvm/ directories for all *.cpp files. No changes are +# probably necessary here # SOURCES = $(wildcard src/*.cpp) -PHP_SOURCES = $(wildcard src/zend/*.cpp) -HHVM_SOURCES = $(wildcard src/hhvm/*.cpp) +PHP_SOURCES = $(wildcard zend/*.cpp) +HHVM_SOURCES = $(wildcard hhvm/*.cpp) # # The object files -- cgit v1.2.3