X-Git-Url: http://git.maemo.org/git/?p=stockwidget;a=blobdiff_plain;f=Makefile;h=8aa1eb4227524eeb08d949a4d3aa7b09fa1ebb70;hp=709015a9546102532148a80b103c7e5aad3738fb;hb=0a7576b8a8d2fc462bf80f2e3baaee0b08c9fea5;hpb=debf1fe34b36af95996fb9d5a88eeb5f5ddf59da 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/. +