Version 0.1.3:
[feedingit] / Makefile
index 195cd97..ec3788c 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -12,9 +12,12 @@ install:
        install src/feedparser.py ${DESTDIR}/opt/FeedingIt
        install src/portrait.py ${DESTDIR}/opt/FeedingIt
        install src/rss.py ${DESTDIR}/opt/FeedingIt
+       install src/feedingitdbus.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/40x40/apps/
        install data/40x40/feedingit.png ${DESTDIR}/usr/share/icons/hicolor/40x40/apps/
        install -d ${DESTDIR}/usr/share/icons/hicolor/26x26/apps/
-       install data/26x26/feedingit.png ${DESTDIR}/usr/share/icons/hicolor/26x26/apps/
\ No newline at end of file
+       install data/26x26/feedingit.png ${DESTDIR}/usr/share/icons/hicolor/26x26/apps/
+       install -d ${DESTDIR}/usr/share/dbus-1/services/
+       install src/feedingit.service ${DESTDIR}/usr/share/dbus-1/services/
\ No newline at end of file