accidentally used en instead of C in lang
[oweals/gnunet.git] / contrib / Makefile.am
1 # This Makefile.am is in the public domain
2 AM_CPPFLAGS = -I$(top_srcdir)/src/include -I$(top_builddir)/src/include
3
4 SUBDIRS = scripts hellos services
5
6 include Makefile.inc
7
8 dist_pkgdata_DATA = \
9  gns/gns-bcd.html \
10  gns/gns-bcd.tex \
11  gns/def.tex \
12  gns/gns-form-fields.xml \
13  gns/gns-form.xslt \
14  branding/logo/gnunet-logo.pdf \
15  branding/logo/gnunet-logo.png \
16  branding/logo/gnunet-logo-color.png \
17  testing_hostkeys.ecc \
18  $(BUILDCOMMON_SHLIB_FILES)
19
20 INITD_FILES = \
21  services/openrc/gnunet.initd \
22  services/systemd/gnunet.service
23
24 PACKAGES_FILES = \
25     packages/guix/guix-env-py2.scm \
26     packages/guix/guix-env-gillmann.scm \
27     packages/guix/notest-guix-env.scm \
28     packages/homebrew/gnunet.rb \
29     packages/nix/gnunet-dev.nix \
30     packages/nix/default.nix \
31     packages/alpine/gnunet-gtk/APKBUILD \
32     packages/alpine/gnunet/APKBUILD \
33     packages/alpine/gnunet/gnunet-system-services.initd \
34     packages/alpine/gnunet/gnunet-system.conf \
35     packages/alpine/gnunet/gnunet-user-services.initd \
36     packages/alpine/gnunet/gnunet-user.conf \
37     packages/alpine/gnunet/gnunet.post-install \
38     packages/alpine/gnunet/gnunet.pre-deinstall \
39     packages/alpine/gnunet/gnunet.pre-install \
40     packages/alpine/gnunet/gnunet.xsession \
41     packages/alpine/gnurl/APKBUILD
42
43 EXTRA_DIST = \
44  conf/colorit/colorit.conf \
45  conf/.style.yapf \
46  conf/editors/eclipse/gnunet_codingstyle.xml \
47  conf/gnunet/no_forcestart.conf \
48  conf/gnunet/no_autostart_above_core.conf \
49  conf/gnunet/gnunet-system.conf \
50  conf/gnunet/gnunet-user.conf \
51  conf/nss/nssswitch.conf \
52  conf/wireshark/wireshark.lua \
53  $(PACKAGES_FILES) \
54  $(INITD_FILES) \
55  Makefile.inc \
56  $(BUILD_COMMON_FILES)
57
58 check_PROGRAMS = \
59  test_gnunet_prefix
60
61 if ENABLE_TEST_RUN
62 AM_TESTS_ENVIRONMENT=export GNUNET_PREFIX=$${GNUNET_PREFIX:-@libdir@};export PATH=$${GNUNET_PREFIX:-@prefix@}/bin:$$PATH;unset XDG_DATA_HOME;unset XDG_CONFIG_HOME;
63 TESTS = $(check_PROGRAMS)
64 endif
65
66 test_gnunet_prefix_SOURCES = \
67  test_gnunet_prefix.c
68
69 test_gnunet_prefix_CPPFLAGS = \
70   $(LTDLINCL) $(AM_CPPFLAGS)
71
72 test_gnunet_prefix_LDADD = \
73   $(GCLIBADD) $(WINLIB) \
74   $(LTLIBICONV) \
75   $(GN_LIBINTL) \
76   $(LIBLTDL) -lunistring $(XLIB)