Makefile.am 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. # This Makefile.am is in the public domain
  2. AM_CPPFLAGS = -I$(top_srcdir)/src/include -I$(top_builddir)/src/include
  3. SUBDIRS = scripts hellos services
  4. dist_pkgdata_DATA = \
  5. gns/gns-bcd.html \
  6. gns/gns-bcd.tex \
  7. gns/def.tex \
  8. gns/gns-form-fields.xml \
  9. gns/gns-form.xslt \
  10. branding/logo/gnunet-logo.pdf \
  11. branding/logo/gnunet-logo-color.png \
  12. testing_hostkeys.ecc
  13. INITD_FILES = \
  14. services/openrc/gnunet.initd \
  15. services/systemd/gnunet.service
  16. EXTRA_DIST = \
  17. conf/colorit/colorit.conf \
  18. conf/editors/eclipse/gnunet_codingstyle.xml \
  19. conf/gnunet/no_forcestart.conf \
  20. conf/gnunet/no_autostart_above_core.conf \
  21. conf/gnunet/gnunet-system.conf \
  22. conf/gnunet/gnunet-user.conf \
  23. conf/nss/nssswitch.conf \
  24. conf/wireshark/wireshark.lua \
  25. packages/nix/default.nix \
  26. packages/nix/gnunet-dev.nix \
  27. $(INITD_FILES)
  28. check_PROGRAMS = \
  29. test_gnunet_prefix
  30. if ENABLE_TEST_RUN
  31. AM_TESTS_ENVIRONMENT=export GNUNET_PREFIX=$${GNUNET_PREFIX:-@libdir@};export PATH=$${GNUNET_PREFIX:-@prefix@}/bin:$$PATH;unset XDG_DATA_HOME;unset XDG_CONFIG_HOME;
  32. TESTS = $(check_PROGRAMS)
  33. endif
  34. test_gnunet_prefix_SOURCES = \
  35. test_gnunet_prefix.c
  36. test_gnunet_prefix_CPPFLAGS = \
  37. $(LTDLINCL) $(AM_CPPFLAGS)
  38. test_gnunet_prefix_LDADD = \
  39. $(GCLIBADD) $(WINLIB) \
  40. $(LTLIBICONV) \
  41. $(GN_LIBINTL) \
  42. $(LIBLTDL) -lunistring $(XLIB)