diff options
author | Daniel Golle <daniel@makrotopia.org> | 2019-04-05 14:41:44 +0200 |
---|---|---|
committer | Daniel Golle <daniel@makrotopia.org> | 2019-04-05 14:52:45 +0200 |
commit | 53969c9d9a95234ee845fa0542a330f788ad2a2c (patch) | |
tree | edcf275508d7549b3934bd6dd9ca58f24b004d5b | |
parent | ba8b89b804377c4cd9ae5a4db23b796054aea878 (diff) |
include credential_*.h in dist
-rw-r--r-- | src/credential/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/credential/Makefile.am b/src/credential/Makefile.am index aaac0d2c2..f2550eca6 100644 --- a/src/credential/Makefile.am +++ b/src/credential/Makefile.am @@ -70,7 +70,9 @@ gnunet_service_credential_LDADD = \ libgnunetcredential_la_SOURCES = \ credential_api.c credential.h \ credential_serialization.c \ - credential_misc.c + credential_serialization.h \ + credential_misc.c \ + credential_misc.h libgnunetcredential_la_LIBADD = \ $(top_builddir)/src/util/libgnunetutil.la $(XLIB) libgnunetcredential_la_LDFLAGS = \ |