gnunet-svn
[Top][All Lists]
Advanced

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

[taler-donau] 02/03: [build] fix linker error by renaming build target p


From: gnunet
Subject: [taler-donau] 02/03: [build] fix linker error by renaming build target prefix in Makefile from "taler_donau" to "donau"
Date: Wed, 29 Nov 2023 14:24:43 +0100

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

pius-loosli pushed a commit to branch master
in repository donau.

commit d1c6347de77387344197e9dced739f4609972d18
Author: Pius Loosli <loosp2@bfh.ch>
AuthorDate: Wed Nov 29 14:00:51 2023 +0100

    [build] fix linker error by renaming build target prefix in Makefile from 
"taler_donau" to "donau"
---
 src/donau/Makefile.am | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/donau/Makefile.am b/src/donau/Makefile.am
index 816937a..6ac5c84 100644
--- a/src/donau/Makefile.am
+++ b/src/donau/Makefile.am
@@ -21,12 +21,12 @@ bin_SCRIPTS = \
 bin_PROGRAMS = \
   donau-httpd
 
-# taler_donau_httpd_SOURCES = \
+donau_httpd_SOURCES = \
   donau-httpd.c donau-httpd.h \
   donau-httpd_responses.c donau-httpd_responses.h \
   donau-httpd_terms.c donau-httpd_terms.h
 
-taler_donau_httpd_LDADD = \
+donau_httpd_LDADD = \
   $(LIBGCRYPT_LIBS) \
   $(top_builddir)/src/mhd/libtalermhd.la \
   $(top_builddir)/src/json/libtalerjson.la \

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

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