This is the mail archive of the frysk@sources.redhat.com mailing list for the frysk project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: frysk-gui ChangeLog Makefile.am


Stepan,

What was the original problem? I just fixed the case of images not being installed?

Also why are files being removed from files.list?

Andrew

Mark Wielaard wrote:
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





Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]