~ubuntu-branches/ubuntu/quantal/tilp2/quantal

« back to all changes in this revision

Viewing changes to wicons/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Logan Rosen
  • Date: 2012-06-21 16:50:58 UTC
  • mfrom: (1.1.2)
  • Revision ID: package-import@ubuntu.com-20120621165058-3f4um803djw50byx
Tags: 1.16-0ubuntu1
* New upstream release (LP: #1010222).
* Fix build structure for Lintian.
* Bump Standards-Version to 3.9.3.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
if OS_WIN32
 
2
  wiconsdir = $(pkgdatadir)/share/icons
 
3
  dist_wicons_DATA = *.png
 
4
  EXTRA_DIST = README
 
5
else
 
6
  EXTRA_DIST = *.png README
 
7
endif