aboutsummaryrefslogtreecommitdiff
path: root/data/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'data/Makefile.am')
-rw-r--r--data/Makefile.am25
1 files changed, 25 insertions, 0 deletions
diff --git a/data/Makefile.am b/data/Makefile.am
new file mode 100644
index 000000000..b40007e94
--- /dev/null
+++ b/data/Makefile.am
@@ -0,0 +1,25 @@
1# This Makefile.am is in the public domain
2AM_CPPFLAGS = -I$(top_srcdir)/src/include -I$(top_builddir)/src/include
3
4SUBDIRS = hellos
5
6dist_pkgdata_DATA = \
7 gns/def.tex \
8 gns/gns-bcd.html \
9 gns/gns-bcd.tex \
10 gns/gns-bcd-forbidden.html \
11 gns/gns-bcd-internal-error.html \
12 gns/gns-bcd-invalid-key.html \
13 gns/gns-bcd-not-found.html \
14 gns/gns-bcd-png.tex \
15 gns/gns-bcd-simple.html \
16 gns/gns-bcd-simple.tex \
17 fcfsd/fcfsd-index.html \
18 fcfsd/fcfsd-forbidden.html \
19 fcfsd/fcfsd-notfound.html \
20 branding/logo/gnunet-logo.png \
21 branding/logo/gnunet-logo-dark-text.svg \
22 branding/logo/gnunet-logo-dark-only-text.svg \
23 testing_hostkeys.ecc
24
25## EOF