File: Makefile.am

package info (click to toggle)
gnome-find 1.0.2
  • links: PTS
  • area: main
  • in suites: woody
  • size: 2,524 kB
  • ctags: 2,258
  • sloc: ansic: 18,695; sh: 330; makefile: 316; sed: 93
file content (18 lines) | stat: -rw-r--r-- 398 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
## Process this file with automake to produce Makefile.in

SUBDIRS = docs intl po pixmaps src

Applicationsdir = $(datadir)/gnome/apps/Utilities
Applications_DATA = gnome-find.desktop

man_MANS=gnome-find.1

pkgdata_DATA = gnome-find.glade
pkgdatadir = $(datadir)/$(PACKAGE)

EXTRA_DIST =	$(man_MANS)		\
		$(Applications_DATA)	\
		$(pkgdata_DATA)		\
		gnome-find.spec		\
		po/gnome-find-strings.c