X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;f=Makefile;fp=Makefile;h=8aa1eb4227524eeb08d949a4d3aa7b09fa1ebb70;hb=0a7576b8a8d2fc462bf80f2e3baaee0b08c9fea5;hp=709015a9546102532148a80b103c7e5aad3738fb;hpb=1cc1919c45f938fb16928d7e1e1fb9acf6c3567c;p=stockwidget diff --git a/Makefile b/Makefile index 709015a..8aa1eb4 100644 --- a/Makefile +++ b/Makefile @@ -9,6 +9,7 @@ all: stock-home-widget SOURCES=lib-stock-home-widget.c lib-stock-settings.c stockgetter.c TARGET =lib-stock-home-widget.so DESKTOP=stock-home-widget.desktop +RESOURCES=StockPluginIncrease.png StockPluginDecrease.png lib-stock-home-widget.c : lib-stock-home-widget.h stockgetter.c : stockgetter.h @@ -25,3 +26,5 @@ clobber: install: @cp -f $(TARGET) `pkg-config libhildondesktop-1 --variable=hildondesktoplibdir`/. @cp -f $(DESKTOP) `pkg-config libhildondesktop-1 --variable=hildonhomedesktopentrydir`/. + @cp -f $(RESOURCES) /etc/hildon/theme/images/. +