Fixed so user code (or wxPython) can include gtk/glib/X headers if needed.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5132 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
1999-12-28 21:32:48 +00:00
parent ffef2bdec9
commit 5e095c55f9

View File

@@ -45,7 +45,7 @@ while test $# -gt 0; do
fi
fi
includes="$includes -I@libdir@/wx/include"
echo $includes @WXDEBUG_DEFINE@ @TOOLKIT_DEF@
echo $includes @WXDEBUG_DEFINE@ @TOOLKIT_DEF@ @TOOLKIT_INCLUDE@
;;
--libs)
if test @libdir@ != /usr/lib ; then