Add C++ Makefile.

This commit is contained in:
rocky
2005-02-19 11:46:00 +00:00
parent 89ea3eb0e1
commit 1b52b05e36

View File

@@ -19,7 +19,7 @@ define(RELEASE_NUM, 73)
define(CDIO_VERSION_STR, 0.$1cvs)
AC_PREREQ(2.52)
AC_REVISION([$Id: configure.ac,v 1.143 2005/02/18 23:49:45 rocky Exp $])dnl
AC_REVISION([$Id: configure.ac,v 1.144 2005/02/19 11:46:00 rocky Exp $])dnl
AC_INIT(libcdio, CDIO_VERSION_STR(RELEASE_NUM))
AC_CONFIG_SRCDIR(src/cd-info.c)
@@ -531,6 +531,7 @@ dnl Output configuration files
dnl
AC_CONFIG_FILES([ \
Makefile \
example/C++/Makefile \
example/Makefile \
include/Makefile \
include/cdio/Makefile \