remove glade from distribution
authorcompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Sat, 21 Aug 2004 18:39:07 +0000 (18:39 +0000)
committercompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Sat, 21 Aug 2004 18:39:07 +0000 (18:39 +0000)
git-svn-id: http://ltt.polymtl.ca/svn@828 04897980-b3bd-0310-b5e0-8ef037075253

ltt/branches/poly/configure.in
ltt/branches/poly/lttv/modules/gui/lttvwindow/Makefile.am
ltt/branches/poly/lttv/modules/gui/lttvwindow/glade/Makefile.am [deleted file]

index e70eec63c7ebfb92c8cf7e73045a68e054df19f7..58a9386d11fd71381ebd50ff2947f322ddc87ce1 100644 (file)
@@ -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
index cb3ae327c223b5385262067a6f9e3ea885486084..fabc84a9849ad1328ffc776a09580f83e18793d1 100644 (file)
@@ -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 (file)
index c375abf..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-## Process this file with automake to produce Makefile.in
-
-EXTRA_DIST = \
-       mainwin.glade \
-       mainwin.gladep
This page took 0.028822 seconds and 4 git commands to generate.