From: Robin Dunn Date: Tue, 28 Dec 1999 21:32:48 +0000 (+0000) Subject: Fixed so user code (or wxPython) can include gtk/glib/X headers if needed. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/5e095c55f9b5761ed0efdfa42a2a67d226b20217 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 --- diff --git a/wx-config.in b/wx-config.in index 16ad73e222..6c0f4262a8 100755 --- a/wx-config.in +++ b/wx-config.in @@ -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