Add package version

This commit is contained in:
rocky
2003-04-19 09:13:06 +00:00
parent fca6134987
commit cc0ae6428d
2 changed files with 7 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
# $Id: Makefile.am,v 1.1 2003/04/19 08:29:14 rocky Exp $ # $Id: Makefile.am,v 1.2 2003/04/19 09:13:06 rocky Exp $
# #
# Copyright (C) 2003 Rocky Bernstein <rocky@panix.com> # Copyright (C) 2003 Rocky Bernstein <rocky@panix.com>
# #
@@ -20,6 +20,8 @@
# Things to make the install (public) libcdio headers # Things to make the install (public) libcdio headers
######################################################## ########################################################
# #
EXTRA_DIST = cdio.h.in
pkgincludedir=$(includedir)/cdio pkgincludedir=$(includedir)/cdio
pkginclude_HEADERS = cdio.h logging.h sector.h types.h util.h pkginclude_HEADERS = cdio.h logging.h sector.h types.h util.h

View File

@@ -1,5 +1,5 @@
/* /*
$Id: cdio.h,v 1.2 2003/04/19 09:02:30 rocky Exp $ $Id: cdio.h.in,v 1.1 2003/04/19 09:13:06 rocky Exp $
Copyright (C) 2001 Herbert Valerio Riedel <hvr@gnu.org> Copyright (C) 2001 Herbert Valerio Riedel <hvr@gnu.org>
Copyright (C) 2003 Rocky Bernstein <rocky@panix.com> Copyright (C) 2003 Rocky Bernstein <rocky@panix.com>
@@ -30,6 +30,9 @@
*/ */
#define CDIO_API_VERSION 1 #define CDIO_API_VERSION 1
/* Version of cdio package. */
#define CDIO_VERSION @VERSION@
#ifdef HAVE_SYS_TYPES_H #ifdef HAVE_SYS_TYPES_H
#include <sys/types.h> #include <sys/types.h>
#endif #endif