It compiles and runs after the cleanups
[lttv.git] / ltt / branches / poly / configure.in
index f245ffd3f1afaa194577c93ef6d5276969bb655d..a166264a24d4852a9bce12e2ac4a3e7c7fa558ef 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}"
@@ -102,10 +105,10 @@ AC_CONFIG_FILES([Makefile
                 lttv/modules/text/Makefile
                 lttv/modules/gui/Makefile
                 lttv/modules/gui/lttvgui/Makefile
-                lttv/modules/gui/main/Makefile
-                lttv/modules/gui/main/src/Makefile
-                lttv/modules/gui/main/pixmaps/Makefile
-                lttv/modules/gui/icons/Makefile
+                lttv/modules/gui/lttvwindow/Makefile
+                lttv/modules/gui/lttvwindow/src/Makefile
+                lttv/modules/gui/lttvwindow/pixmaps/Makefile
+                lttv/modules/gui/lttvwindow/glade/Makefile
                 lttv/modules/gui/controlflow/Makefile
                 lttv/modules/gui/detailedevents/Makefile
                 lttv/modules/gui/statistics/Makefile
This page took 0.02246 seconds and 4 git commands to generate.