![]() |
makefile.am
What does these lines mean, and how do i add more contents, like pictures, to the maemo.org autobuilder for inclusion in the final deb?
homeapplet_desktopdir=/usr/share/applications/hildon-home homeapplet_desktop_DATA=some-applet.desktop EXTRA_DIST=$(homeapplet_desktop_DATA) |
Re: makefile.am
if you want to put your applications icon in the directory
/usr/share/pixmaps/myapp: pixmapsdir=/usr/share/pixmaps/myapp pixmaps_DATA = icon1.png icon2.png icon3.png homeapplet_desktopdir=/usr/share/applications/hildon-home homeapplet_desktop_DATA=some-applet.desktop EXTRA_DIST=$(homeapplet_desktop_DATA) $(pixmaps_DATA) |
Re: makefile.am
Thanks! :)
|
All times are GMT. The time now is 06:46. |
vBulletin® Version 3.8.8