Makefile.am fixed
[lttv.git] / ltt / branches / poly / configure.in
index 9435ae8e6a443acf2c64d573082f9c9fe9f72745..43621d254bef03ce4cc9dfb259b4ceeeb91b69d9 100644 (file)
@@ -45,7 +45,10 @@ lttlibdir="${libdir}/ltt"
 AC_SUBST(lttlibdir)
 
 
-DEFAULT_INCLUDES="-I\$(top_srcdir)/include"
+top_includedir="\$(top_srcdir)/include"
+AC_SUBST(top_includedir)
+
+DEFAULT_INCLUDES="-I\$(top_includedir)"
 AC_SUBST(DEFAULT_INCLUDES)
 
 #CPPFLAGS="${GLIB_CFLAGS}"
This page took 0.023113 seconds and 4 git commands to generate.