gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [gnunet] branch master updated: package credential.h


From: gnunet
Subject: [GNUnet-SVN] [gnunet] branch master updated: package credential.h
Date: Thu, 28 Feb 2019 16:07:00 +0100

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new 24478cc50 package credential.h
24478cc50 is described below

commit 24478cc508a5ca6a6d62999be03aad8a1c55896f
Author: Christian Grothoff <address@hidden>
AuthorDate: Thu Feb 28 16:06:57 2019 +0100

    package credential.h
---
 src/credential/Makefile.am | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

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)
 

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]