.desktop files and Makefile.am



Hi all

I been wrote a gtk application for gnome.. and (by first time) i'm using
auto* tools. I've all most done, but i'm missing a detail... how to add a
menu entry to the gnome menu..

I'm changing the main Makefile.am and putting the .desktop in the main
project folder.. but without success :(

Any help is wellcome

..and excuse my basic english :)



Dani




SUBDIRS = src po pixmaps

EXTRA_DIST = AUTHORS ChangeLog NEWS README \
    ticketpanel.desktop \
    intltool-extract.in \
    intltool-merge.in \
    intltool-update.in

Applicationsdir = $(datadir)/gnome/apps/Internet
Applications_DATA = ticketpanel.desktop

CLEANFILES = \
    intltool-extract \
    intltool-merge \
    intltool-update



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]