aboutsummaryrefslogtreecommitdiff
path: root/src/include/Makefile.am
blob: bc832c44477bdf5c3c84ac5135d37fdcf5e83e30 (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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
SUBDIRS = .

EXTRA_DIST = \
  gettext.h \
  platform.h \
  plibc.h \
  winproc.h 

gnunetincludedir = $(includedir)/GNUnet

nodist_gnunetinclude_HEADERS = \
  gnunet_directories.h

gnunetinclude_HEADERS = \
  gnunet_arm_service.h \
  gnunet_client_lib.h \
  gnunet_common.h \
  gnunet_constants.h \
  gnunet_configuration_lib.h \
  gnunet_container_lib.h \
  gnunet_core_service.h \
  gnunet_crypto_lib.h \
  gnunet_disk_lib.h \
  gnunet_fragmentation_lib.h \
  gnunet_getopt_lib.h \
  gnunet_hello_lib.h \
  gnunet_network_lib.h \
  gnunet_peerinfo_service.h \
  gnunet_program_lib.h \
  gnunet_protocols.h \
  gnunet_pseudonym_lib.h \
  gnunet_resolver_service.h \
  gnunet_scheduler_lib.h \
  gnunet_server_lib.h \
  gnunet_service_lib.h \
  gnunet_signal_lib.h \
  gnunet_signatures.h \
  gnunet_statistics_service.h \
  gnunet_strings_lib.h \
  gnunet_time_lib.h \
  gnunet_transport_service.h \
  gnunet_upnp_service.h \
  gnunet_util_lib.h