package credential.h
authorChristian Grothoff <christian@grothoff.org>
Thu, 28 Feb 2019 15:06:57 +0000 (16:06 +0100)
committerChristian Grothoff <christian@grothoff.org>
Thu, 28 Feb 2019 15:06:57 +0000 (16:06 +0100)
src/credential/Makefile.am

index 90479eed10ed7291cf4f3ae010ce30e443b918f1..b96e33b5c14d08e7d41f8ca4019b3b97a5b03b20 100644 (file)
@@ -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)