maemo-ui/pixmaps/Makefile.am
branchtrunk
changeset 400 8712835e34cc
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/maemo-ui/pixmaps/Makefile.am	Wed Mar 07 23:28:36 2007 +0000
     1.3 @@ -0,0 +1,11 @@
     1.4 +# Adding the application icon
     1.5 +#icondir = $(datadir)/mmyth/pixmaps
     1.6 +#icon_DATA = \
     1.7 +#	mmyth.png
     1.8 +
     1.9 +
    1.10 +# Adding the application resources
    1.11 +pixmapdir = $(pkgdatadir)/pixmaps
    1.12 +pixmap_DATA = mmyth_logo.png
    1.13 +
    1.14 +EXTRA_DIST = $(pixmap_DATA)