[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[gnunet] branch master updated: -remove unnecessary options from Makefil
From: |
gnunet |
Subject: |
[gnunet] branch master updated: -remove unnecessary options from Makefile.am |
Date: |
Thu, 29 Jul 2021 23:49:10 +0200 |
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 5d50fd641 -remove unnecessary options from Makefile.am
5d50fd641 is described below
commit 5d50fd641c798fab78267446fe527ffbc7c06949
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Thu Jul 29 23:45:49 2021 +0200
-remove unnecessary options from Makefile.am
---
src/json/Makefile.am | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/src/json/Makefile.am b/src/json/Makefile.am
index 3c19f96bf..2e97cecb9 100644
--- a/src/json/Makefile.am
+++ b/src/json/Makefile.am
@@ -13,7 +13,9 @@ libgnunetjson_la_LDFLAGS = \
$(GN_LIBINTL) \
-version-info 0:0:0 \
-no-undefined
-libgnunetjson_la_CFLAGS = $(MHD_CFLAGS) $(AM_CFLAGS)
+libgnunetjson_la_CFLAGS = \
+ $(MHD_CFLAGS) \
+ $(AM_CFLAGS)
libgnunetjson_la_SOURCES = \
json.c \
json_generator.c \
@@ -26,9 +28,6 @@ libgnunetjson_la_LIBADD = \
$(MHD_LIBS) \
$(XLIB) \
$(Z_LIBS)
-libgnunetjson_la_DEPENDENCIES = \
- $(top_builddir)/src/util/libgnunetutil.la
-
check_PROGRAMS = \
test_json \
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [gnunet] branch master updated: -remove unnecessary options from Makefile.am,
gnunet <=