diff options
author | grothoff <grothoff@140774ce-b5e7-0310-ab8b-a85725594a96> | 2010-04-16 15:56:55 +0000 |
---|---|---|
committer | grothoff <grothoff@140774ce-b5e7-0310-ab8b-a85725594a96> | 2010-04-16 15:56:55 +0000 |
commit | 12c333e5ed9f62754e3b95dde86a54c0d91ed9af (patch) | |
tree | 72b1a81611b1b7f548b6e950ffee15b4b18bd4d4 /src/include/Makefile.am | |
parent | 4fe0f01b8723ffb8de2a57211b10d803a0977480 (diff) |
make dist related fixes
git-svn-id: https://gnunet.org/svn/gnunet@10942 140774ce-b5e7-0310-ab8b-a85725594a96
Diffstat (limited to 'src/include/Makefile.am')
-rw-r--r-- | src/include/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/include/Makefile.am b/src/include/Makefile.am index 605cbbe1e1..3c8612eb55 100644 --- a/src/include/Makefile.am +++ b/src/include/Makefile.am @@ -30,9 +30,12 @@ gnunetinclude_HEADERS = \ 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 \ |