public inbox for frysk@sourceware.org
 help / color / mirror / Atom feed
From: Mark Wielaard <mark@klomp.org>
To: frysk@sourceware.org
Cc: kasal@sourceware.org
Subject: Re: frysk-gui ChangeLog Makefile.am
Date: Tue, 06 Feb 2007 13:29:00 -0000	[thread overview]
Message-ID: <20070206132924.GA12498@hermans.wildebeest.org> (raw)
In-Reply-To: <20070206120140.10343.qmail@sourceware.org>

On Tue, Feb 06, 2007 at 12:01:40PM -0000, kasal@sourceware.org wrote:
> CVSROOT:	/cvs/frysk
> Module name:	frysk-gui
> Changes by:	kasal@sourceware.org	2007-02-06 12:01:40
> 
> Modified files:
> 	.              : ChangeLog Makefile.am 
> 
> Log message:
> 	* Makefile.am (icondir, dist_icon_DATA): New variables, likewise.

This breaks the build since images are held in the imagesdir now.
Fixed as follows:

2007-02-06  Mark Wielaard  <mark@klomp.org>

       * Makefile.am (icon_DATA): Use imagesdir.

Committed,

Mark

diff -u -r1.84 Makefile.am
--- Makefile.am 6 Feb 2007 12:01:40 -0000       1.84
+++ Makefile.am 6 Feb 2007 13:26:59 -0000
@@ -143,7 +143,7 @@
 desktopdir = $(datadir)/applications
 dist_desktop_DATA = frysk/gui/frysk.desktop
 icondir = $(datadir)/pixmaps
-icon_DATA = frysk/gui/images/48/fryskTrayIcon48.png
+icon_DATA = frysk/gui/imagesdir/48/fryskTrayIcon48.png
 propertydir = $(pkgdatadir)
 dist_property_DATA = frysk/gui/common/messages.properties
 


       reply	other threads:[~2007-02-06 13:29 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20070206120140.10343.qmail@sourceware.org>
2007-02-06 13:29 ` Mark Wielaard [this message]
2007-02-06 14:25   ` Andrew Cagney

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20070206132924.GA12498@hermans.wildebeest.org \
    --to=mark@klomp.org \
    --cc=frysk@sourceware.org \
    --cc=kasal@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).