File: Makefile.am

package info (click to toggle)
gwget2 0.99-3
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 3,012 kB
  • ctags: 441
  • sloc: sh: 8,801; ansic: 4,378; makefile: 144; xml: 15
file content (18 lines) | stat: -rw-r--r-- 346 bytes parent folder | download
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 = po src pixmaps data 

if ENABLE_EPIPHANY_EXTENSION
SUBDIRS += epiphany-extension
endif

EXTRA_DIST = \
	intltool-extract.in \
	intltool-merge.in \
	intltool-update.in

desktop_files=gwget.desktop

Applicationsdir = $(datadir)/applications
Applications_DATA = $(desktop_files)