aboutsummaryrefslogtreecommitdiff
path: root/src/include/Makefile.am
blob: 4e7fb8b7b107a2d3a020ac254496d81441f41097 (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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
SUBDIRS = .

gnunetincludedir = $(includedir)/gnunet

nodist_gnunetinclude_HEADERS = \
  gnunet_directories.h \
  block_fs.h

if MINGW
  WINPROC = winproc.h
endif

gnunetinclude_HEADERS = \
  gettext.h \
  platform.h \
  plibc.h \
  $(WINPROC) \
  gnunet_arm_service.h \
  gnunet_bandwidth_lib.h \
  gnunet_bio_lib.h \
  gnunet_block_lib.h \
  gnunet_client_lib.h \
  gnunet_common.h \
  gnunet_constants.h \
  gnunet_configuration_lib.h \
  gnunet_container_lib.h \
  gnunet_connection_lib.h \
  gnunet_core_service.h \
  gnunet_crypto_lib.h \
  gnunet_datacache_lib.h \
  gnunet_datastore_service.h \
  gnunet_dht_service.h \
  gnunet_disk_lib.h \
  gnunet_dv_service.h \
  gnunet_fragmentation_lib.h \
  gnunet_fs_service.h \
  gnunet_getopt_lib.h \
  gnunet_hello_lib.h \
  gnunet_nat_lib.h \
  gnunet_network_lib.h \
  gnunet_os_lib.h \
  gnunet_peer_lib.h \
  gnunet_peerinfo_service.h \
  gnunet_plugin_lib.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_testing_lib.h \
  gnunet_time_lib.h \
  gnunet_transport_service.h \
  gnunet_upnp_service.h \
  gnunet_util_lib.h