Wasn't installing version.h. This time, for sure!
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
AC_REVISION([$Id: configure.ac,v 1.16 2003/04/22 12:09:08 rocky Exp $])dnl
|
AC_REVISION([$Id: configure.ac,v 1.17 2003/04/22 12:40:42 rocky Exp $])dnl
|
||||||
AC_INIT(lib/cdio.c)
|
AC_INIT(lib/cdio.c)
|
||||||
AM_CONFIG_HEADER(config.h)
|
AM_CONFIG_HEADER(config.h)
|
||||||
AM_INIT_AUTOMAKE(libcdio, 0.4)
|
AM_INIT_AUTOMAKE(libcdio, 0.4)
|
||||||
@@ -138,7 +138,7 @@ AC_STDC_HEADERS
|
|||||||
|
|
||||||
AC_HAVE_HEADERS( stdbool.h stdlib.h stdint.h stdio.h string.h strings.h linux/version.h sys/cdio.h sys/stat.h sys/types.h )
|
AC_HAVE_HEADERS( stdbool.h stdlib.h stdint.h stdio.h string.h strings.h linux/version.h sys/cdio.h sys/stat.h sys/types.h )
|
||||||
|
|
||||||
LIBCDIO_CFLAGS='-I$(top_srcdir)/lib/ -I$(top_srcdir)/include/ -I$(top_builddir)/include'
|
LIBCDIO_CFLAGS='-I$(top_srcdir)/lib/ -I$(top_srcdir)/include/'
|
||||||
LIBCDIO_LIBS='$(top_builddir)/lib/libcdio.la'
|
LIBCDIO_LIBS='$(top_builddir)/lib/libcdio.la'
|
||||||
AC_SUBST(LIBCDIO_CFLAGS)
|
AC_SUBST(LIBCDIO_CFLAGS)
|
||||||
AC_SUBST(LIBCDIO_LIBS)
|
AC_SUBST(LIBCDIO_LIBS)
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
# $Id: Makefile.am,v 1.4 2003/04/22 12:09:08 rocky Exp $
|
# $Id: Makefile.am,v 1.5 2003/04/22 12:40:42 rocky Exp $
|
||||||
#
|
#
|
||||||
# Copyright (C) 2003 Rocky Bernstein <rocky@panix.com>
|
# Copyright (C) 2003 Rocky Bernstein <rocky@panix.com>
|
||||||
#
|
#
|
||||||
@@ -22,7 +22,7 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
libcdioincludedir=$(includedir)/cdio
|
libcdioincludedir=$(includedir)/cdio
|
||||||
libcdioinclude_HEADERS = cdio.h logging.h sector.h types.h util.h
|
libcdioinclude_HEADERS = cdio.h logging.h sector.h types.h util.h version.h
|
||||||
|
|
||||||
EXTRA_DIST = version.h.in
|
EXTRA_DIST = version.h.in
|
||||||
BUILT_SOURCES = version.h
|
BUILT_SOURCES = version.h
|
||||||
|
|||||||
Reference in New Issue
Block a user