link e2 against shared libxmlccwrap
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>
Mon, 29 Oct 2007 17:20:19 +0000 (17:20 +0000)
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>
Mon, 29 Oct 2007 17:20:19 +0000 (17:20 +0000)
this needs an OE update and installed libxmlccwrap_0.0.12-r0_mipsel.ipk

configure.ac
lib/Makefile.am
lib/dvb/db.cpp
lib/xml/Makefile.am [deleted file]
lib/xml/libxmlexport.cc [deleted file]
lib/xml/libxmlexport.h [deleted file]
lib/xml/xmlccwrap.cc [deleted file]
lib/xml/xmlccwrap.h [deleted file]
main/Makefile.am

index 0df9eb1d5741ad07426b0f21ec4a77b614a88809..fb9860c7b07db3153bab54150e722224da9428ea 100644 (file)
@@ -97,7 +97,6 @@ lib/python/Plugins/Extensions/GraphMultiEPG/Makefile
 lib/python/Tools/Makefile
 lib/service/Makefile
 lib/components/Makefile
-lib/xml/Makefile
 po/Makefile
 main/Makefile
 tools/Makefile
index ea15f4deea8faf0c337e2bc4f970b417198ca271..de051ec96584dafc5e883af0a3478ac60399aa8d 100644 (file)
@@ -1 +1 @@
-SUBDIRS = actions base components dvb dvb_ci gdi service driver nav gui python xml
+SUBDIRS = actions base components dvb dvb_ci gdi service driver nav gui python
index 25d6cb68b5d1873ab92f32620b07a03a0a32bae8..2bc2d75e471d9ff20552303a12466b99d6382674 100644 (file)
@@ -5,7 +5,7 @@
 #include <lib/dvb/epgcache.h>
 #include <lib/base/eerror.h>
 #include <lib/base/estring.h>
-#include <lib/xml/xmlccwrap.h>
+#include <xmlccwrap/xmlccwrap.h>
 #include <dvbsi++/service_description_section.h>
 #include <dvbsi++/descriptor_tag.h>
 #include <dvbsi++/service_descriptor.h>
diff --git a/lib/xml/Makefile.am b/lib/xml/Makefile.am
deleted file mode 100644 (file)
index e69de29..0000000
diff --git a/lib/xml/libxmlexport.cc b/lib/xml/libxmlexport.cc
deleted file mode 100644 (file)
index e69de29..0000000
diff --git a/lib/xml/libxmlexport.h b/lib/xml/libxmlexport.h
deleted file mode 100644 (file)
index e69de29..0000000
diff --git a/lib/xml/xmlccwrap.cc b/lib/xml/xmlccwrap.cc
deleted file mode 100644 (file)
index e69de29..0000000
diff --git a/lib/xml/xmlccwrap.h b/lib/xml/xmlccwrap.h
deleted file mode 100644 (file)
index e69de29..0000000
index 68bde79502317780abbc87b814f39b32185d657f..42b0e01b7f38bd5d3e4e50aabb915e0488460eba 100644 (file)
@@ -33,8 +33,7 @@ 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/service/libenigma_service.a \
-       $(top_builddir)/lib/xml/libenigma_xml.a
+       $(top_builddir)/lib/service/libenigma_service.a
 
 enigma2_LDADD = \
        @FREETYPE_LIBS@ \
@@ -47,7 +46,7 @@ enigma2_LDADD = \
        @GSTREAMER_LIBS@ \
        @JPEG_LIBS@ \
        @LIBUNGIF_LIBS@ \
-       -ldl -lpthread -lcrypt -lresolv -lxml2
+       -ldl -lpthread -lcrypt -lresolv -lxml2 -lxmlccwrap
 
 enigma2$(EXEEXT): $(enigma2_OBJECTS) $(enigma2_DEPENDENCIES) $(enigma2_LDADD_WHOLE)
 #      @rm -f enigma2$(EXEEXT)