]> Pileus Git - ~andy/gtk/blobdiff - gtk-config.in
README.win32 Add HAVE_WINTAB. Undefine it if bulding without the Wintab
[~andy/gtk] / gtk-config.in
index f056c3a42360e677c20433ef9bd0f960f3d317ae..846f82678050bbaac779059bf20662474f8efb3f 100644 (file)
@@ -99,7 +99,7 @@ if test "$echo_cflags" = "yes"; then
           fi
         done
       fi
-      echo $includes @x_cflags@ $glib_cflags
+      echo -I@libdir@/gtk+/include $includes @x_cflags@ $glib_cflags
 fi
 
 if test "$echo_libs" = "yes"; then
@@ -115,6 +115,6 @@ if test "$echo_libs" = "yes"; then
         fi
       done
 
-      echo $libdirs @x_ldflags@ -lgtk -lgdk $my_glib_libs @INTLLIBS@ @x_libs@ @GDK_WLIBS@ -lm
+      echo $libdirs @x_ldflags@ -lgtk -lgdk $my_glib_libs @INTLLIBS@ @x_libs@ @GDK_WLIBS@ @MATH_LIB@
 fi