diff --git a/configure.ac b/configure.ac index c318eeaf..8327356b 100644 --- a/configure.ac +++ b/configure.ac @@ -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 \