2004-03-16 David Young <dyoung@pobox.com>

* (many) reference <lib/version.h> rather than "version.h",
	because version.h is a generated file and not present in the
	source tree when using objdir builds.

(committed by gdt)
works fine with normal builds; didn't try objdir
This commit is contained in:
gdt 2004-03-16 14:38:36 +00:00
parent 253e933698
commit 5e4fa1646c
17 changed files with 22 additions and 16 deletions

View File

@ -1,3 +1,9 @@
2004-03-16 David Young <dyoung@pobox.com>
* (many) reference <lib/version.h> rather than "version.h",
because version.h is a generated file and not present in the
source tree when using objdir builds.
2004-03-03 PC Drew <pc@superiorcomm.net>
* lib/keychain.c: typecast time_t function to long, fixes compile

View File

@ -20,7 +20,7 @@ Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
#include <zebra.h>
#include "version.h"
#include <lib/version.h>
#include "prefix.h"
#include "linklist.h"
#include "stream.h"

View File

@ -25,7 +25,7 @@ Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
#include "command.h"
#include "getopt.h"
#include "thread.h"
#include "version.h"
#include <lib/version.h>
#include "memory.h"
#include "prefix.h"
#include "log.h"

View File

@ -27,7 +27,7 @@
#include "getopt.h"
#include "thread.h"
#include "log.h"
#include "version.h"
#include <lib/version.h>
#include "command.h"
#include "vty.h"
#include "memory.h"

View File

@ -23,7 +23,7 @@ Boston, MA 02111-1307, USA. */
#include "memory.h"
#include "log.h"
#include "version.h"
#include <lib/version.h>
#include "thread.h"
#include "vector.h"
#include "vty.h"

View File

@ -21,7 +21,7 @@
#include <zebra.h>
#include "version.h"
#include <lib/version.h>
void
print_version (char *progname)

View File

@ -33,7 +33,7 @@
#include "thread.h"
#include "linklist.h"
#include "command.h"
#include "version.h"
#include <lib/version.h>
#include "memory.h"
#include "sockunion.h"
#include "smux.h"

View File

@ -25,7 +25,7 @@
#include "linklist.h"
#include "thread.h"
#include "buffer.h"
#include "version.h"
#include <lib/version.h>
#include "command.h"
#include "sockunion.h"
#include "memory.h"

View File

@ -23,7 +23,7 @@
#include <zebra.h>
/* Include other stuffs */
#include "version.h"
#include <lib/version.h>
#include "log.h"
#include "getopt.h"
#include "linklist.h"

View File

@ -23,7 +23,7 @@
#include "getopt.h"
#include "thread.h"
#include "log.h"
#include "version.h"
#include <lib/version.h>
#include "command.h"
#include "vty.h"
#include "memory.h"

View File

@ -27,7 +27,7 @@
#ifndef HEADER_DEPENDENCY
/* Include other stuffs */
#include "version.h"
#include <lib/version.h>
#include "log.h"
#include "getopt.h"
#include "thread.h"

View File

@ -22,7 +22,7 @@
#include <zebra.h>
#include "version.h"
#include <lib/version.h>
#include "getopt.h"
#include "thread.h"
#include "prefix.h"

View File

@ -22,7 +22,7 @@
#include <zebra.h>
#include "version.h"
#include <lib/version.h>
#include "getopt.h"
#include "thread.h"
#include "prefix.h"

View File

@ -21,7 +21,7 @@
#include <zebra.h>
#include "version.h"
#include <lib/version.h>
#include "getopt.h"
#include "thread.h"
#include "command.h"

View File

@ -22,7 +22,7 @@
#include <zebra.h>
#include "version.h"
#include <lib/version.h>
#include "getopt.h"
#include "vector.h"
#include "vty.h"

View File

@ -29,7 +29,7 @@
#include <readline/readline.h>
#include <readline/history.h>
#include "version.h"
#include <lib/version.h>
#include "getopt.h"
#include "command.h"

View File

@ -21,7 +21,7 @@
#include <zebra.h>
#include "version.h"
#include <lib/version.h>
#include "getopt.h"
#include "command.h"
#include "thread.h"