diff options
author | Sascha Schumann <sas@php.net> | 2000-11-28 01:20:21 +0000 |
---|---|---|
committer | Sascha Schumann <sas@php.net> | 2000-11-28 01:20:21 +0000 |
commit | 84f8310e9a8178500ae85f42bea98d66540e4bd3 (patch) | |
tree | 85b6e15263cdd6fdf6652b523bf0bcc61e6e850a /build | |
parent | 8d9082563a92c4f93d561e93e6eca7594e275c01 (diff) | |
download | php-git-84f8310e9a8178500ae85f42bea98d66540e4bd3.tar.gz |
Always add top_srcdir to the header file search path.
Diffstat (limited to 'build')
-rw-r--r-- | build/rules_common.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/rules_common.mk b/build/rules_common.mk index c886ca0f80..32ce8086b5 100644 --- a/build/rules_common.mk +++ b/build/rules_common.mk @@ -32,7 +32,7 @@ mkinstalldirs = $(top_srcdir)/build/shtool mkdir -p INSTALL = $(top_srcdir)/build/shtool install -c INSTALL_DATA = $(INSTALL) -m 644 -DEFS = -I. -I$(srcdir) -I$(top_builddir)/main +DEFS = -I. -I$(srcdir) -I$(top_builddir)/main -I$(top_srcdir) moduledir = $(EXTENSION_DIR) |