File: Makefile.am

package info (click to toggle)
gftp 2.9.1~beta-4
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 8,076 kB
  • sloc: ansic: 23,547; sh: 4,489; makefile: 182
file content (26 lines) | stat: -rw-r--r-- 351 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
## Process this file with automake to produce Makefile.in

files = bookmarks \
	deb.xpm \
	diff.xpm \
	dir.xpm \
	doc.xpm \
	dotdot.xpm \
	exe.xpm \
	gftp-logo.xpm \
	gftprc \
	img.xpm \
	linkdir.xpm \
	linkfile.xpm \
	man.xpm \
	open_dir.xpm \
	rpm.xpm \
	tar.xpm \
	txt.xpm \
	sound.xpm \
	world.xpm

pkgdata_DATA = $(files)

EXTRA_DIST = $(files)