[baobab] Remove egglistbox submodule



commit e1c63392a36d94f0d4ec964290fd3867da0859c0
Author: Stefano Facchini <stefano facchini gmail com>
Date:   Thu Jun 13 15:02:05 2013 +0200

    Remove egglistbox submodule

 .gitmodules     |    3 ---
 Makefile.am     |    5 +----
 autogen.sh      |    2 --
 egg-list-box    |    1 -
 src/Makefile.am |    8 --------
 5 files changed, 1 insertions(+), 18 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 1b9a09d..7f325d9 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -4,10 +4,7 @@ NULL =
 SUBDIRS =  src data pixmaps help po
 
 EXTRA_DIST = \
-       COPYING.docs                            \
-       egg-list-box/egg-list-box.h             \
-       egg-list-box/egg-list-box-accessible.h  \
-       egg-list-box/egglistbox.vapi
+       COPYING.docs
 
 MAINTAINERCLEANFILES =                 \
        ABOUT-NLS               \
diff --git a/autogen.sh b/autogen.sh
index 4bcbe46..d4a5cf0 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -26,8 +26,6 @@ if test -z $GNOMEDOC; then
     exit 1
 fi
 
-git submodule update --init --recursive
-
 autopoint --force || exit $?
 AUTOPOINT='intltoolize --automake --copy' autoreconf --force --install --verbose
 
diff --git a/src/Makefile.am b/src/Makefile.am
index 4e92fd0..5050215 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -10,7 +10,6 @@ bin_PROGRAMS = baobab
 BUILT_SOURCES = baobab-resources.c
 
 baobab_VALAFLAGS = \
-       --vapidir=$(top_builddir)/egg-list-box  \
        --pkg gtk+-3.0                          \
        --pkg gio-2.0                           \
        --pkg gio-unix-2.0                      \
@@ -30,16 +29,10 @@ VALA_SOURCES = \
        main.vala                       \
        $(NULL)
 
-egg_list_box_sources = \
-       $(top_builddir)/egg-list-box/egglistbox.vapi    \
-       $(top_builddir)/egg-list-box/egg-list-box.c     \
-       $(top_builddir)/egg-list-box/egg-list-box-accessible.c
-
 baobab_SOURCES = \
        $(VALA_SOURCES)                 \
        fixes.vapi                      \
        config.vapi                     \
-       $(egg_list_box_sources)         \
        $(BUILT_SOURCES)
 
 baobab-resources.c: baobab.gresource.xml $(shell $(GLIB_COMPILE_RESOURCES) --generate-dependencies 
--sourcedir=$(srcdir) $(srcdir)/baobab.gresource.xml)
@@ -47,7 +40,6 @@ baobab-resources.c: baobab.gresource.xml $(shell $(GLIB_COMPILE_RESOURCES) --gen
 
 AM_CFLAGS = \
        $(BAOBAB_CFLAGS)                \
-       -I$(top_srcdir)/egg-list-box    \
        -Wall                           \
        -Wno-unused-but-set-variable    \
        -Wno-unused-variable            \


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]