aboutsummaryrefslogtreecommitdiff
path: root/data/Makefile.am
blob: b40007e9411b1441b5fc2cd4903e3b1ede291c48 (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
# This Makefile.am is in the public domain
AM_CPPFLAGS = -I$(top_srcdir)/src/include -I$(top_builddir)/src/include

SUBDIRS = hellos

dist_pkgdata_DATA = \
  gns/def.tex \
  gns/gns-bcd.html \
  gns/gns-bcd.tex \
  gns/gns-bcd-forbidden.html \
  gns/gns-bcd-internal-error.html \
  gns/gns-bcd-invalid-key.html \
  gns/gns-bcd-not-found.html \
  gns/gns-bcd-png.tex \
  gns/gns-bcd-simple.html \
  gns/gns-bcd-simple.tex \
  fcfsd/fcfsd-index.html \
  fcfsd/fcfsd-forbidden.html \
  fcfsd/fcfsd-notfound.html \
  branding/logo/gnunet-logo.png \
  branding/logo/gnunet-logo-dark-text.svg \
  branding/logo/gnunet-logo-dark-only-text.svg \
  testing_hostkeys.ecc

## EOF