summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 4 insertions, 3 deletions
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