aboutsummaryrefslogtreecommitdiff
path: root/main
diff options
context:
space:
mode:
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>2005-07-20 20:58:53 +0000
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>2005-07-20 20:58:53 +0000
commit0cb7bd236d96662117bf8928cedd953b7b68579f (patch)
treeb03bb17856d8f4a3085c7fb72d5ce876aaaf137d /main
parent66fb1ae9101fc20911a7a1585b333b2333cf697a (diff)
downloadenigma2-0cb7bd236d96662117bf8928cedd953b7b68579f.tar.gz
enigma2-0cb7bd236d96662117bf8928cedd953b7b68579f.zip
the epgcache can now handle more then one channel(transponder),
todo: implement a python interface to get epgcache entries
Diffstat (limited to 'main')
-rw-r--r--main/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/main/Makefile.am b/main/Makefile.am
index ad838f5f..fd536df7 100644
--- a/main/Makefile.am
+++ b/main/Makefile.am
@@ -28,6 +28,7 @@ enigma2_LDADD = \
@PNG_LIBS@ \
@SIGC_LIBS@ \
@SDL_LIBS@ \
+ @MD5SUM_LIBS@ \
-ldl -lpthread -lcrypt -lresolv -lpython2.3
enigma2$(EXEEXT): $(enigma2_OBJECTS) $(enigma2_DEPENDENCIES) $(enigma2_LDADD_WHOLE)