Skip to content
Snippets Groups Projects
Commit 5fc59e4e authored by Alberto Massari's avatar Alberto Massari
Browse files

Add include directory to let out-of-tree builds reach the lib folder

git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@512750 13f79535-47bb-0310-9956-ffa450edef68
parent ab0e2f83
No related branches found
No related tags found
No related merge requests found
...@@ -22,6 +22,10 @@ ...@@ -22,6 +22,10 @@
DEFS += -DXERCES_BUILDING_LIBRARY DEFS += -DXERCES_BUILDING_LIBRARY
SUBDIRS = SUBDIRS =
# the -I${top_srcdir} is needed to pick the lib/stricmp.h
# header file when doing out-of-tree builds
AM_CPPFLAGS = -I${top_srcdir}
# #
# Specify the convenience libraries for various xerces components # Specify the convenience libraries for various xerces components
# These are used only during the build process and are not themselves installed # These are used only during the build process and are not themselves installed
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment