AC_CONFIG_FILES([Makefile
lttv/Makefile
+ lttv/modules/Makefile
+ lttv/modules/gui/Makefile
+ lttv/modules/text/Makefile
lttv/plugins/Makefile
lttv/plugins/exemples/Makefile
lttd/Makefile
-SUBDIRS = plugins
+SUBDIRS = modules plugins
bin_PROGRAMS = textui
textui_SOURCES = main.c module.c option.c hook.c attribute.c \
attribute.h lttv.h module.h option.h trace.h
-lttvinclude_HEADERS = traceWindow.h module.h hook.h
+lttvinclude_HEADERS = module.h hook.h
--- /dev/null
+SUBDIRS = gui text
--- /dev/null
+lttvinclude_HEADERS = traceWindow.h
--- /dev/null
+#empty for now