File: Makefile.am

package info (click to toggle)
gidic 0.2-3
  • links: PTS
  • area: main
  • in suites: sarge, woody
  • size: 1,600 kB
  • ctags: 285
  • sloc: ansic: 3,112; sh: 330; makefile: 221; sed: 93
file content (17 lines) | stat: -rw-r--r-- 368 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
## 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 Anjtua Project configuration

gidic_datadir = ${pkgdatadir}

gidic_data_DATA = \
	French.txt\
	German.txt\
	Italian.txt\
	Latin.txt\
	Portuguese.txt\
	Spanish.txt

EXTRA_DIST = $(gidic_data_DATA)