mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Fix a weird include
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@21121 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
@@ -15,6 +15,7 @@ AM_CPPFLAGS = \
|
||||
|
||||
libgnc_qof_la_SOURCES = \
|
||||
gnc-date.c \
|
||||
qofmath128.c \
|
||||
gnc-numeric.c \
|
||||
guid.c \
|
||||
kvp-util.c \
|
||||
@@ -77,13 +78,10 @@ noinst_HEADERS = \
|
||||
qofquerycore-p.h \
|
||||
qofsession-p.h
|
||||
|
||||
EXTRA_DIST = \
|
||||
qofmath128.c
|
||||
|
||||
if OS_WIN32
|
||||
libgnc_qof_la_SOURCES += qof-win32.c
|
||||
else
|
||||
EXTRA_DIST += qof-win32.c
|
||||
EXTRA_DIST = qof-win32.c
|
||||
endif
|
||||
|
||||
## For testing the qofmath128 routines
|
||||
|
||||
@@ -34,7 +34,7 @@
|
||||
#include <string.h>
|
||||
|
||||
#include "gnc-numeric.h"
|
||||
#include "qofmath128.c" /* FIXME: Why is this C file included here?!? */
|
||||
#include "qofmath128-p.h"
|
||||
|
||||
/* static short module = MOD_ENGINE; */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user