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:
Geert Janssens
2011-08-07 09:15:30 +00:00
parent 7519d18404
commit 269102cde7
2 changed files with 3 additions and 5 deletions

View File

@@ -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

View File

@@ -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; */