File: Makefile.am

package info (click to toggle)
gwget2 0.94-2sarge1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 3,032 kB
  • ctags: 584
  • sloc: sh: 8,393; ansic: 4,446; makefile: 184
file content (18 lines) | stat: -rw-r--r-- 354 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 = po include 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)