If initializing the Woodchuck connection fails, just disable Woodchuck.
[feedingit] / Makefile
index 51337b9..f79d67f 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -31,6 +31,11 @@ install:
        install src/aboutdialog.py ${DESTDIR}/opt/FeedingIt
        install src/rss_sqlite.py ${DESTDIR}/opt/FeedingIt
        install src/style.py ${DESTDIR}/opt/FeedingIt
+       install src/mainthread.py ${DESTDIR}/opt/FeedingIt
+       install src/jobmanager.py ${DESTDIR}/opt/FeedingIt
+       install src/httpprogresshandler.py ${DESTDIR}/opt/FeedingIt
+       install src/wc.py ${DESTDIR}/opt/FeedingIt
+       install src/debugging.py ${DESTDIR}/opt/FeedingIt
        install -d ${DESTDIR}/usr/share/applications/hildon
        install src/FeedingIt.desktop ${DESTDIR}/usr/share/applications/hildon
        install -d ${DESTDIR}/usr/share/icons/hicolor/48x48/apps/
@@ -53,6 +58,7 @@ install:
        
 clean:
        rm src/*pyo
+       rm src/*pyc
        
 sourcepkg:
        dpkg-buildpackage -rfakeroot -sa -S -i -I.git