aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorbryner <bryner@4c0a9323-5329-0410-9bdc-e9ce6186880e>2006-09-05 19:42:57 +0000
committerbryner <bryner@4c0a9323-5329-0410-9bdc-e9ce6186880e>2006-09-05 19:42:57 +0000
commit07f8ef56aca4fbab3e1a975ad2a439a23007f065 (patch)
treee18ca2b1a9bdd7a5eae87b100139f5b1474cdb0c /Makefile.am
parentAdding a CrashReport struct, r=mmentovai. (diff)
downloadbreakpad-07f8ef56aca4fbab3e1a975ad2a439a23007f065.tar.xz
Change header paths and include guards to be relative to the "src" directory. r=mmentovai.
http://groups.google.com/group/airbag-dev/msg/cbe061dd563e9d17 git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@10 4c0a9323-5329-0410-9bdc-e9ce6186880e
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 4b7526b6..5baf460d 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -15,6 +15,9 @@
# limitations under the License.
+# This allows #includes to be relative to src/
+AM_CPPFLAGS = -I$(top_srcdir)/src
+
## Documentation
docdir = $(prefix)/share/doc/$(PACKAGE)-$(VERSION)