From ab4933e6a2f4126c8d5292b3dfe49effdbb473ab Mon Sep 17 00:00:00 2001 From: compudj Date: Sat, 21 Aug 2004 18:39:07 +0000 Subject: [PATCH] remove glade from distribution git-svn-id: http://ltt.polymtl.ca/svn@828 04897980-b3bd-0310-b5e0-8ef037075253 --- ltt/branches/poly/configure.in | 3 +-- ltt/branches/poly/lttv/modules/gui/lttvwindow/Makefile.am | 2 +- .../poly/lttv/modules/gui/lttvwindow/glade/Makefile.am | 5 ----- 3 files changed, 2 insertions(+), 8 deletions(-) delete mode 100644 ltt/branches/poly/lttv/modules/gui/lttvwindow/glade/Makefile.am diff --git a/ltt/branches/poly/configure.in b/ltt/branches/poly/configure.in index e70eec63..58a9386d 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.1-21082004) AM_CONFIG_HEADER(config.h) AM_PROG_LIBTOOL @@ -106,7 +106,6 @@ 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 diff --git a/ltt/branches/poly/lttv/modules/gui/lttvwindow/Makefile.am b/ltt/branches/poly/lttv/modules/gui/lttvwindow/Makefile.am index cb3ae327..fabc84a9 100644 --- a/ltt/branches/poly/lttv/modules/gui/lttvwindow/Makefile.am +++ b/ltt/branches/poly/lttv/modules/gui/lttvwindow/Makefile.am @@ -1,6 +1,6 @@ ## Process this file with automake to produce Makefile.in -SUBDIRS = lttvwindow glade +SUBDIRS = lttvwindow install-data-local: @$(NORMAL_INSTALL) diff --git a/ltt/branches/poly/lttv/modules/gui/lttvwindow/glade/Makefile.am b/ltt/branches/poly/lttv/modules/gui/lttvwindow/glade/Makefile.am deleted file mode 100644 index c375abfa..00000000 --- a/ltt/branches/poly/lttv/modules/gui/lttvwindow/glade/Makefile.am +++ /dev/null @@ -1,5 +0,0 @@ -## Process this file with automake to produce Makefile.in - -EXTRA_DIST = \ - mainwin.glade \ - mainwin.gladep -- 2.34.1