~foxtrotgps-team/foxtrotgps/trunk

« back to all changes in this revision

Viewing changes to pixmaps/Makefile.am

  • Committer: Joshua Judson Rosen
  • Date: 2009-09-26 02:35:15 UTC
  • Revision ID: rozzin@geekspace.com-20090926023515-yxl5sg1a45gupuc8
Imported from tangogps-0.9.7 tarball.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
## Process this file with automake to produce Makefile.in
 
2
 
 
3
## Created by Anjuta - will be overwritten
 
4
## If you don't want it to overwrite it,
 
5
##      Please disable it in the Anjuta project configuration
 
6
 
 
7
tangogps_pixmapsdir = $(prefix)/@NO_PREFIX_PACKAGE_PIXMAPS_DIR@
 
8
 
 
9
tangogps_pixmaps_DATA = \
 
10
        tangogps.png\
 
11
        tangogps-friend.png\
 
12
        tangogps-photo.png\
 
13
        tangogps-poi.png\
 
14
        tangogps-wp.png\
 
15
        tangogps-myposition.png
 
16
 
 
17
EXTRA_DIST = $(tangogps_pixmaps_DATA)