psa: adding toggle to show/hide specific feed on Event Feed stream
[feedingit] / Makefile
index 7d2ca79..6d8b216 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -15,7 +15,8 @@ install:
        install src/qml/*.qml ${DESTDIR}/opt/FeedingIt/qml
        install src/qml/i18n/*.qm ${DESTDIR}/opt/FeedingIt/qml/i18n
        install src/qml/common/*.qml ${DESTDIR}/opt/FeedingIt/qml/common
-       install src/qml/common/images/*.{sci,png} ${DESTDIR}/opt/FeedingIt/qml/common/images
+       install src/qml/common/images/*.png ${DESTDIR}/opt/FeedingIt/qml/common/images
+       install src/qml/common/images/*.sci ${DESTDIR}/opt/FeedingIt/qml/common/images
        install src/FeedingIt.py ${DESTDIR}/opt/FeedingIt
        install src/feedparser.py ${DESTDIR}/opt/FeedingIt
        install src/portrait.py ${DESTDIR}/opt/FeedingIt
@@ -31,6 +32,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/
@@ -56,4 +62,4 @@ clean:
        rm src/*pyc
        
 sourcepkg:
-       dpkg-buildpackage -rfakeroot -sa -S -i -I.git
+       dpkg-buildpackage -rfakeroot -sa -S -i -I.git -Ipsa_harmattan