mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-20 11:48:30 -06:00
Merge branch 'master' of https://github.com/0-wiz-0/gnucash
This commit is contained in:
commit
96642c608f
@ -989,7 +989,7 @@ AC_SUBST([GTEST_HEADERS], [$ac_cv_gtest_headers])
|
||||
AC_SUBST([GMOCK_SRC_PATH], [$ac_cv_gmock_src_path])
|
||||
AC_SUBST([GMOCK_SRC], [$ac_cv_gmock_root])
|
||||
AC_SUBST([GMOCK_HEADERS], [$ac_cv_gmock_headers])
|
||||
AM_CONDITIONAL([GOOGLE_TEST_LIBS], [test "x$ac_cv_have_gtest_libs" == "xyes"])
|
||||
AM_CONDITIONAL([GOOGLE_TEST_LIBS], [test "x$ac_cv_have_gtest_libs" = "xyes"])
|
||||
### --------------------------------------------------------------------------
|
||||
### Register2
|
||||
AC_ARG_ENABLE( register2,
|
||||
|
@ -21,7 +21,7 @@
|
||||
#ifndef GNUCASH_CURSOR_H
|
||||
#define GNUCASH_CURSOR_H
|
||||
|
||||
#include <glib-2.0/glib.h>
|
||||
#include <glib.h>
|
||||
#include "gnucash-sheet.h"
|
||||
|
||||
/** @ingroup Register
|
||||
|
@ -42,7 +42,7 @@
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <glib-2.0/glib.h>
|
||||
#include <glib.h>
|
||||
|
||||
#include "gnucash-sheet.h"
|
||||
#include "gnucash-sheetP.h"
|
||||
|
Loading…
Reference in New Issue
Block a user