From 3897622007084c0032cfea1a0a73791bbc1525c2 Mon Sep 17 00:00:00 2001 From: Andreas Monzner Date: Mon, 12 Dec 2005 11:09:14 +0000 Subject: [PATCH 1/1] no more build network stuff --- configure.ac | 1 - lib/Makefile.am | 2 +- main/Makefile.am | 1 - 3 files changed, 1 insertion(+), 3 deletions(-) diff --git a/configure.ac b/configure.ac index 45e9a890..0f52031c 100644 --- a/configure.ac +++ b/configure.ac @@ -53,7 +53,6 @@ lib/dvb_ci/Makefile lib/gdi/Makefile lib/gui/Makefile lib/nav/Makefile -lib/network/Makefile lib/python/Makefile lib/python/Components/Makefile lib/python/Screens/Makefile diff --git a/lib/Makefile.am b/lib/Makefile.am index 4372ccb1..de051ec9 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -1 +1 @@ -SUBDIRS = actions base components dvb dvb_ci gdi network service driver nav gui python +SUBDIRS = actions base components dvb dvb_ci gdi service driver nav gui python diff --git a/main/Makefile.am b/main/Makefile.am index dad2b33d..4e45e760 100644 --- a/main/Makefile.am +++ b/main/Makefile.am @@ -17,7 +17,6 @@ enigma2_LDADD_WHOLE = \ $(top_builddir)/lib/gui/libenigma_gui.a \ $(top_builddir)/lib/python/libenigma_python.a \ $(top_builddir)/lib/nav/libenigma_nav.a \ - $(top_builddir)/lib/network/libenigma_network.a \ $(top_builddir)/lib/service/libenigma_service.a enigma2_LDADD = \ -- 2.30.2