taler-mdb

GNU Taler Extensions and Integrations
Log | Files | Refs | Submodules | README | LICENSE

commit c29752262ee6474b5af7742c5430a5544521f094
parent b9c1a93ab13f7e8fc306457201afe8e357a4ba66
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sat,  9 Nov 2019 19:26:40 +0100

fix

Diffstat:
Mconfigure.ac | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac @@ -3,7 +3,7 @@ AC_PREREQ([2.69]) AC_INIT([FULL-PACKAGE-NAME], [VERSION], [BUG-REPORT-ADDRESS]) -AC_CONFIG_SRCDIR([src/product.c]) +AC_CONFIG_SRCDIR([src/main.c]) AC_CONFIG_HEADERS([config.h]) # Checks for programs.