From: Christian Grothoff Date: Thu, 28 Feb 2019 15:06:57 +0000 (+0100) Subject: package credential.h X-Git-Tag: v0.11.1~216 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=24478cc508a5ca6a6d62999be03aad8a1c55896f;p=oweals%2Fgnunet.git package credential.h --- diff --git a/src/credential/Makefile.am b/src/credential/Makefile.am index 90479eed1..b96e33b5c 100644 --- a/src/credential/Makefile.am +++ b/src/credential/Makefile.am @@ -24,9 +24,9 @@ pkgcfg_DATA = \ lib_LTLIBRARIES = \ libgnunetcredential.la -# /usr/lib/gnunet/libexec - Business logic . Separate process +# /usr/lib/gnunet/libexec - Business logic . Separate process libexec_PROGRAMS = \ - gnunet-service-credential + gnunet-service-credential bin_PROGRAMS = \ gnunet-credential @@ -68,11 +68,11 @@ gnunet_service_credential_LDADD = \ libgnunetcredential_la_SOURCES = \ - credential_api.c \ + credential_api.c credential.h \ credential_serialization.c \ credential_misc.c libgnunetcredential_la_LIBADD = \ - $(top_builddir)/src/util/libgnunetutil.la $(XLIB) + $(top_builddir)/src/util/libgnunetutil.la $(XLIB) libgnunetcredential_la_LDFLAGS = \ $(GN_LIB_LDFLAGS)