summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGravatar ddennedy 2004-10-30 22:49:27 +0000
committerGravatar ddennedy 2004-10-30 22:49:27 +0000
commitff3c421f8dbdb581448b63316009668d1bc277f5 (patch)
tree5a26ed3cfffe9166e36eec756f27d0fbdbdb367e /src
parentPatch from Jim Radford. Other half of packet_per_buffer ABI cleanup. (diff)
bump versions, build fixes, and doc updates
git-svn-id: svn://svn.linux1394.org/libraw1394/trunk@140 53a565d1-3bb7-0310-b661-cf11e63c67ab
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am4
-rw-r--r--src/kernel-raw1394.h2
-rw-r--r--src/version.c5
3 files changed, 4 insertions, 7 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index a5184a5..16b6add 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1,3 +1,4 @@
+MAINTAINERCLEANFILES = Makefile.in
# the libraw1394 itself
@@ -15,7 +16,8 @@ libraw1394_la_SOURCES = \
arm.c \
version.c \
kernel-raw1394.h \
- raw1394_private.h
+ raw1394_private.h \
+ ieee1394-ioctl.h
# headers to be installed
pkginclude_HEADERS = raw1394.h csr.h ieee1394.h
diff --git a/src/kernel-raw1394.h b/src/kernel-raw1394.h
index cd4fc47..6a3fa7c 100644
--- a/src/kernel-raw1394.h
+++ b/src/kernel-raw1394.h
@@ -3,7 +3,7 @@
/* header for the raw1394 API that is exported to user-space */
-#define RAW1394_KERNELAPI_VERSION 4
+#define RAW1394_KERNELAPI_VERSION 5
/* state: opened */
#define RAW1394_REQ_INITIALIZE 1
diff --git a/src/version.c b/src/version.c
index 0ff0b60..2ca5b1e 100644
--- a/src/version.c
+++ b/src/version.c
@@ -10,11 +10,6 @@
#include <config.h>
-/* Variables to find version by linking (avoid need for test program) */
-
-char __libraw1394_version_0_9;
-char __libraw1394_version_0_9_0;
-
/* This function is to be used by the autoconf macro to find the lib version */
const char *raw1394_get_libversion()
{