blob: c0ab8737bb7d7e7f29ff3e00877d411b5bbbaafa (
plain) (
blame)
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
27
28
29
30
31
32
|
# This Makefile.am is in the public domain
# Process this file with automake to produce Makefile.in
SUBDIRS = .
pkgdatadir= $(prefix)/share/anastasis/
EXTRA_DIST = \
$(pkgdata_DATA) \
pogen.sh \
uncrustify.cfg \
uncrustify_precommit \
gana.sh \
gana-update.sh \
microhttpd.tag
pkgdata_DATA = \
redux.al.json \
redux.be.json \
redux.ch.json \
redux.cz.json \
redux.de.json \
redux.dk.json \
redux.in.json \
redux.it.json \
redux.jp.json \
redux.sk.json \
redux.us.json \
redux.xx.json \
redux.xy.json \
redux.countries.json \
provider-list.json
|