diff options
| author | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2007-10-29 17:20:19 +0000 |
|---|---|---|
| committer | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2007-10-29 17:20:19 +0000 |
| commit | 5b5fab0065f7b922b03b66d5b40e680a1960d1ca (patch) | |
| tree | 82c1d182064681256c3d8ad475d71f6038474a15 /lib | |
| parent | 7b0d371a7bbfb9e8d624eec9ed97e9a835f75ca7 (diff) | |
| download | enigma2-5b5fab0065f7b922b03b66d5b40e680a1960d1ca.tar.gz enigma2-5b5fab0065f7b922b03b66d5b40e680a1960d1ca.zip | |
link e2 against shared libxmlccwrap
this needs an OE update and installed libxmlccwrap_0.0.12-r0_mipsel.ipk
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/Makefile.am | 2 | ||||
| -rw-r--r-- | lib/dvb/db.cpp | 2 | ||||
| -rw-r--r-- | lib/xml/Makefile.am | 0 | ||||
| -rw-r--r-- | lib/xml/libxmlexport.cc | 0 | ||||
| -rw-r--r-- | lib/xml/libxmlexport.h | 0 | ||||
| -rw-r--r-- | lib/xml/xmlccwrap.cc | 0 | ||||
| -rw-r--r-- | lib/xml/xmlccwrap.h | 0 |
7 files changed, 2 insertions, 2 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am index ea15f4de..de051ec9 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -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 diff --git a/lib/dvb/db.cpp b/lib/dvb/db.cpp index 25d6cb68..2bc2d75e 100644 --- a/lib/dvb/db.cpp +++ b/lib/dvb/db.cpp @@ -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 index e69de29b..00000000 --- a/lib/xml/Makefile.am +++ /dev/null diff --git a/lib/xml/libxmlexport.cc b/lib/xml/libxmlexport.cc deleted file mode 100644 index e69de29b..00000000 --- a/lib/xml/libxmlexport.cc +++ /dev/null diff --git a/lib/xml/libxmlexport.h b/lib/xml/libxmlexport.h deleted file mode 100644 index e69de29b..00000000 --- a/lib/xml/libxmlexport.h +++ /dev/null diff --git a/lib/xml/xmlccwrap.cc b/lib/xml/xmlccwrap.cc deleted file mode 100644 index e69de29b..00000000 --- a/lib/xml/xmlccwrap.cc +++ /dev/null diff --git a/lib/xml/xmlccwrap.h b/lib/xml/xmlccwrap.h deleted file mode 100644 index e69de29b..00000000 --- a/lib/xml/xmlccwrap.h +++ /dev/null |
