~swag/armagetronad/0.2.9-sty+ct+ap-fork

« back to all changes in this revision

Viewing changes to desktop/Makefile.am

  • Committer: luke-jr
  • Date: 2006-05-29 01:55:42 UTC
  • Revision ID: svn-v3-list-QlpoOTFBWSZTWZvbKhsAAAdRgAAQABK6798QIABURMgAAaeoNT1TxT1DQbKaeobXKiyAmlWT7Y5MkdJOtXDtB7w7DOGFBHiOBxaUIu7HQyyQSvxdyRThQkJvbKhs:7d95bf1e-0414-0410-9756-b78462a59f44:armagetronad%2Fbranches%2F0.2.8%2Farmagetronad:4612
Unify tags/branches of modules released together

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# include $(top_srcdir)/Makefile.paths
 
2
 
 
3
# desktop files location
 
4
desktopfiledir=${aa_datadir}/desktop
 
5
 
 
6
# files for desktop integration
 
7
nobase_desktopfile_DATA=armagetronad.desktop icons/small/armagetronad.png icons/medium/armagetronad.png icons/large/armagetronad.png
 
8
 
 
9
EXTRA_DIST=icons/small/armagetronad.png\
 
10
           icons/medium/armagetronad.png\
 
11
                   icons/large/armagetronad.png\
 
12
                   armagetronad.desktop.in
 
13
 
 
14