diff options
author | kloczek <kloczek@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2000-01-13 02:13:20 +0000 |
---|---|---|
committer | kloczek <kloczek@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2000-01-13 02:13:20 +0000 |
commit | 57029fc4123c4edcca62e33cc475569a710294ed (patch) | |
tree | 908b74d969a8a7982d7ecd94b29f33585eb2170c /Makefile.am | |
parent | accc66c5118d9d5150e978285fda1ff0a568ca86 (diff) | |
download | irssi-57029fc4123c4edcca62e33cc475569a710294ed.zip |
- irssi.desktop now this is not applet but application description file -
place them in $(datadir)/gnome/apps/Network.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@105 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 94ed9423..30108fe5 100644 --- a/Makefile.am +++ b/Makefile.am @@ -20,8 +20,8 @@ SUBDIRS = po intl macros src $(PLUGINS) $(SERVERTEST) docs @MAINT@ cd macros && $(MAKE) macros.dep if HAVE_GNOME -appletdir = $(datadir)/applets/Network -applet_DATA = irssi.desktop +desktopdir = $(datadir)/gnome/apps/Network +desktop_DATA = irssi.desktop corbadir = $(sysconfdir)/CORBA/servers corba_DATA = irssi.gnorba |