Adjust the includes now that some paths have changed
[lttv.git] / ltt / branches / poly / configure.in
index f245ffd3f1afaa194577c93ef6d5276969bb655d..638a52b751135c79a62d0c37b70b7d98d2660da3 100644 (file)
@@ -77,10 +77,13 @@ lttlibdir="${libdir}/ltt"
 AC_SUBST(lttlibdir)
 
 
+top_lttvdir="\$(top_srcdir)/lttv"
+AC_SUBST(top_lttvdir)
+
 top_guidir="\$(top_srcdir)/lttv/modules/gui"
 AC_SUBST(top_guidir)
 
-DEFAULT_INCLUDES="-I\$(top_guidir) -I\$(top_srcdir)"
+DEFAULT_INCLUDES="-I\$(top_srcdir) -I\$(top_lttvdir) -I\$(top_guidir)"
 AC_SUBST(DEFAULT_INCLUDES)
 
 #CPPFLAGS="${GLIB_CFLAGS}"
This page took 0.022456 seconds and 4 git commands to generate.