X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2Fconfigure.in;h=f62b3bd436f534d4fbd8c04684d7fe6e02bb5b7f;hb=b1053af5f2ccec64807fa21d22bb62bfc05873a1;hp=e70eec63c7ebfb92c8cf7e73045a68e054df19f7;hpb=21ff84a0d872ff069d4ec62d0a5bed21bcfeeac5;p=lttv.git diff --git a/ltt/branches/poly/configure.in b/ltt/branches/poly/configure.in index e70eec63..f62b3bd4 100644 --- a/ltt/branches/poly/configure.in +++ b/ltt/branches/poly/configure.in @@ -23,7 +23,7 @@ AC_PREREQ(2.57) AC_INIT(FULL-PACKAGE-NAME, VERSION, BUG-REPORT-ADDRESS) #AC_WITH_LTDL # not needed ? -AM_INIT_AUTOMAKE(LinuxTraceToolkit,0.9.7-30092003) +AM_INIT_AUTOMAKE(LinuxTraceToolkitViewer,0.3-14012005) AM_CONFIG_HEADER(config.h) AM_PROG_LIBTOOL @@ -106,11 +106,19 @@ AC_CONFIG_FILES([Makefile lttv/modules/gui/lttvwindow/Makefile lttv/modules/gui/lttvwindow/lttvwindow/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 lttd/Makefile ltt/Makefile - ltt/convert/Makefile]) + ltt/convert/Makefile + doc/Makefile + doc/developer/Makefile + doc/developer/developer_guide/Makefile + doc/developer/developer_guide/docbook/Makefile + doc/developer/developer_guide/html/Makefile + doc/user/Makefile + doc/user/user_guide/Makefile + doc/user/user_guide/docbook/Makefile + doc/user/user_guide/html/Makefile]) AC_OUTPUT