File: Makefile.am

package info (click to toggle)
gnomebaker 0.3-3
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 3,348 kB
  • ctags: 571
  • sloc: sh: 8,258; ansic: 5,981; xml: 358; makefile: 292
file content (22 lines) | stat: -rwxr-xr-x 568 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
## Process this file with automake to produce Makefile.in

## Created by Anjuta - will be overwritten
## If you don't want it to overwrite it,
## 	Please disable it in the Anjuta project configuration

gnomebaker_pixmapsdir = $(prefix)/@NO_PREFIX_PACKAGE_PIXMAPS_DIR@

gnomebaker_pixmaps_DATA = \
	baker-add-dir.png\
	baker-add-files.png\
	baker-audio-copy.png\
	baker-blank-cdrw.png\
	baker-burn-cd.png\
	baker-cd.png\
	baker-data-copy.png\
	gnomebaker-48.png\
	splash_2.png\
	baker-import-session.png\
	baker-blank-dvdrw.png

EXTRA_DIST = $(gnomebaker_pixmaps_DATA)