aboutsummaryrefslogtreecommitdiff
path: root/src/include/Makefile.am
blob: 34a879fd91ffd4e73c387b957f5c3a2243528157 (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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
SUBDIRS = .

gnunetincludedir = $(includedir)/gnunet

nodist_gnunetinclude_HEADERS = \
  gnunet_directories.h \
  block_fs.h

if MINGW
  WINPROC = winproc.h
endif

gnunetinclude_HEADERS = \
  gauger.h \
  gettext.h \
  platform.h \
  plibc.h \
  $(WINPROC) \
  block_dns.h \
  block_gns.h \
  block_fs.h \
  gnunet_applications.h \
  gnunet_arm_service.h \
  gnunet_ats_service.h \
  gnunet_bandwidth_lib.h \
  gnunet_bio_lib.h \
  gnunet_block_lib.h \
  gnunet_block_plugin.h \
  gnunet_client_lib.h \
  gnunet_chat_service.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_datacache_plugin.h \
  gnunet_datastore_service.h \
  gnunet_datastore_plugin.h \
  gnunet_dht_service.h \
  gnunet_disk_lib.h \
  gnunet_dnsparser_lib.h \
  gnunet_dns_service.h \
  gnunet_dv_service.h \
  gnunet_fragmentation_lib.h \
  gnunet_fs_service.h \
  gnunet_getopt_lib.h \
  gnunet_gns_service.h \
  gnunet_hello_lib.h \
  gnunet_helper_lib.h \
  gnunet_load_lib.h \
  gnunet_lockmanager_service.h \
  gnunet_mesh_service.h \
  gnunet_mysql_lib.h \
  gnunet_namestore_plugin.h \
  gnunet_namestore_service.h \
  gnunet_nat_lib.h \
  gnunet_network_lib.h \
  gnunet_nse_service.h \
  gnunet_os_lib.h \
  gnunet_peer_lib.h \
  gnunet_peerinfo_service.h \
  gnunet_plugin_lib.h \
  gnunet_postgres_lib.h \
  gnunet_program_lib.h \
  gnunet_protocols.h \
  gnunet_pseudonym_lib.h \
  gnunet_resolver_service.h \
  gnunet_regex_lib.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_stream_lib.h \
  gnunet_strings_lib.h \
  gnunet_testbed_service.h \
  gnunet_testing_lib.h \
  gnunet_testing_lib-new.h \
  gnunet_time_lib.h \
  gnunet_transport_service.h \
  gnunet_transport_plugin.h \
  gnunet_tun_lib.h \
  gnunet_util_lib.h \
  gnunet_vpn_service.h