-
Notifications
You must be signed in to change notification settings - Fork 84
/
Makefile.am
48 lines (34 loc) · 1.58 KB
/
Makefile.am
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
# -*- fill-column: 72 -*-
AUTOMAKE_OPTIONS = subdir-objects
ACLOCAL_AMFLAGS = -I build-aux/m4
## Main Automake Call to subdirs ##
SUBDIRS = src
## Open-Transactions Installs ##
#### autogen.sh, opentxs script CLI utility
dist_bin_SCRIPTS = autogen.sh \
scripts/opentxs
#### OT SCRIPTS (headers)
opentxslibdir = $(pkglibdir)
dist_opentxslib_SCRIPTS = scripts/ot/ot_commands.ot \
scripts/ot/otapi.ot \
scripts/ot/ot_made_easy.ot \
scripts/ot/ot_utility.ot
#### OT docs, licences, info, etc.
opentxsdocdir = $(docdir)
dist_opentxsdoc_DATA = docs/INSTALL-Android.txt \
docs/INSTALL-Fedora.txt \
docs/INSTALL-Debian_Ubuntu.txt \
docs/INSTALL-OSX-Homebrew.txt \
docs/INSTALL-Windows.txt \
docs/SSL-NOTES.txt \
docs/WIPE-USERS-ACCOUNTS.txt \
docs/CLIENT-COMMANDS.txt \
docs/LICENSE-AND-CREDITS.txt \
PUBKEY-FellowTraveler.asc \
README.md \
VERSION
opentxsdatadir = $(pkgdatadir)
dist_opentxsdata_DATA = sample-data/command-line-ot.opt \
sample-data/user-samples.tar.gz
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = src/opentxs.pc