After moving the database library into lib/srdb1 subdirectory it is necessary to update the relative paths to ser header files.
@@ -0,0 +1,9 @@
+include ../../Makefile.defs
+auto_gen=
+NAME:=srdb1
+MAJOR_VER=1
+MINOR_VER=0
+BUGFIX_VER=0
+LIBS=
+
+include ../../Makefile.libs
@@ -57,10 +57,10 @@
* - \ref ../modules/db_unixodbc
*/
-#include "../dprint.h"
-#include "../sr_module.h"
-#include "../mem/mem.h"
-#include "../ut.h"
+#include "../../dprint.h"
+#include "../../sr_module.h"
+#include "../../mem/mem.h"
+#include "../../ut.h"
#include "db_cap.h"
#include "db_id.h"
#include "db_pool.h"
@@ -30,7 +30,7 @@
#ifndef DB_CON_H
#define DB_CON_H
-#include "../str.h"
+#include "../../str.h"
/*! \brief
@@ -28,9 +28,9 @@
#include <stdlib.h>
#include <string.h>
#ifndef _DB_ID_H
#define _DB_ID_H
/** Structure representing a database ID */
struct db_id {
#ifndef DB_KEY_H
#define DB_KEY_H
/**
@@ -27,7 +27,7 @@
* \ingroup db
@@ -33,7 +33,7 @@
#include <stdio.h>
#include "db_ut.h"
#include "db_query.h"
@@ -33,8 +33,8 @@
#include "db_res.h"
#include "db_row.h"
/*
* Release memory used by row
@@ -32,8 +32,8 @@
#include <limits.h>
#include </usr/include/limits.h>
#include <errno.h>
@@ -39,7 +39,7 @@
#include "db_con.h"
#include <time.h>