summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCraig Small <csmall@enc.com.au>2001-04-10 01:54:01 +0000
committerCraig Small <csmall@enc.com.au>2001-04-10 01:54:01 +0000
commite829316fdef5dd7f37245b34dba72674d56d2225 (patch)
treed8b7c8452350ab00ccba4427901311edf3a42250
parentf9ceba52b255476172ed5e4e3bbd89620ee9072f (diff)
Initial revision
-rw-r--r--ChangeLog5
-rw-r--r--axlib.h7
-rw-r--r--configure.in2
-rwxr-xr-xmkinstalldirs2
4 files changed, 12 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 3f53981..63f73d1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+libax25 0.0.8
+ * Included ax25.h and rose.h for axlib.h Closes Debian bug #64102
+
+ -- Craig Small <csmall@small.dropbear.id.au> Thu, 5 Apr 2001 08:48:00 +1000
+
libax25 0.0.7
* Added Tomi's patch to fix glibc 2.0 includes
diff --git a/axlib.h b/axlib.h
index b6886ad..bfb0017 100644
--- a/axlib.h
+++ b/axlib.h
@@ -22,8 +22,11 @@
* shifted format and vica versa.
*/
-#ifndef _AXUTILS_H
-#define _AXUTILS_H
+#ifndef _AXLIB_H
+#define _AXLIB_H
+
+#include <netax25/ax25.h>
+#include <netax25/rose.h>
#ifndef TRUE
#define TRUE 1
diff --git a/configure.in b/configure.in
index c34e0f9..a6ce88e 100644
--- a/configure.in
+++ b/configure.in
@@ -2,7 +2,7 @@ dnl Process this file with autoconf to produce a configure script.
AC_INIT(axlib.h)
AXLIB_MAJOR_VERSION=0
AXLIB_MINOR_VERSION=0
-AXLIB_MICRO_VERSION=7
+AXLIB_MICRO_VERSION=8
AXLIB_VERSION=$AXLIB_MAJOR_VERSION.$AXLIB_MINOR_VERSION.$AXLIB_MICRO_VERSION
dnl For automake
diff --git a/mkinstalldirs b/mkinstalldirs
index 4f58503..6b3b5fc 100755
--- a/mkinstalldirs
+++ b/mkinstalldirs
@@ -4,7 +4,7 @@
# Created: 1993-05-16
# Public domain
-# $Id: mkinstalldirs,v 1.13 1999/01/05 03:18:55 bje Exp $
+# $Id$
errstatus=0