This commit is contained in:
Geert Janssens 2017-08-01 15:04:51 +02:00
commit 96642c608f
3 changed files with 3 additions and 3 deletions

View File

@ -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_PATH], [$ac_cv_gmock_src_path])
AC_SUBST([GMOCK_SRC], [$ac_cv_gmock_root]) AC_SUBST([GMOCK_SRC], [$ac_cv_gmock_root])
AC_SUBST([GMOCK_HEADERS], [$ac_cv_gmock_headers]) 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 ### Register2
AC_ARG_ENABLE( register2, AC_ARG_ENABLE( register2,

View File

@ -21,7 +21,7 @@
#ifndef GNUCASH_CURSOR_H #ifndef GNUCASH_CURSOR_H
#define GNUCASH_CURSOR_H #define GNUCASH_CURSOR_H
#include <glib-2.0/glib.h> #include <glib.h>
#include "gnucash-sheet.h" #include "gnucash-sheet.h"
/** @ingroup Register /** @ingroup Register

View File

@ -42,7 +42,7 @@
#include <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>
#include <string.h> #include <string.h>
#include <glib-2.0/glib.h> #include <glib.h>
#include "gnucash-sheet.h" #include "gnucash-sheet.h"
#include "gnucash-sheetP.h" #include "gnucash-sheetP.h"