lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [5976] Install lmi.ico in automake-based build system.


From: Vadim Zeitlin
Subject: [lmi-commits] [5976] Install lmi.ico in automake-based build system.
Date: Tue, 07 Oct 2014 22:17:57 +0000

Revision: 5976
          http://svn.sv.gnu.org/viewvc/?view=rev&root=lmi&revision=5976
Author:   zeitlin
Date:     2014-10-07 22:17:56 +0000 (Tue, 07 Oct 2014)
Log Message:
-----------
Install lmi.ico in automake-based build system.

This file is expected to be in the data directory by Skeleton::InitIcon() and
so must be installed there.

Modified Paths:
--------------
    lmi/trunk/Makefile.am

Modified: lmi/trunk/Makefile.am
===================================================================
--- lmi/trunk/Makefile.am       2014-10-07 14:57:43 UTC (rev 5975)
+++ lmi/trunk/Makefile.am       2014-10-07 22:17:56 UTC (rev 5976)
@@ -70,7 +70,8 @@
 
 # data files
 xrcdir = $(pkgdatadir)
-dist_xrc_DATA = $(shell ls -1 $(srcdir)/*.png $(srcdir)/*.xrc)
+dist_xrc_DATA = $(shell ls -1 $(srcdir)/*.png $(srcdir)/*.xrc) \
+    lmi.ico
 
 xsldir = $(pkgdatadir)
 dist_xsl_DATA = $(shell ls -1 $(srcdir)/*.xsl)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]