1
0
mirror of https://gitlab.xiph.org/xiph/ezstream.git synced 2024-11-03 04:17:18 -05:00

Generate a Makefile in doc/, and switch to AC_CONFIG_FILES.

git-svn-id: https://svn.xiph.org/trunk/ezstream@12536 0101bb08-14d6-0310-b084-bc0e0c8e3800
This commit is contained in:
moritz 2007-02-24 21:37:06 +00:00
parent c7a3eda868
commit aab6c56ae2

View File

@ -72,6 +72,12 @@ XIPH_VAR_PREPEND([XIPH_LIBS],[$VORBIS_LIBS $VORBISFILE_LIBS])
dnl OUTPUT
AC_CONFIG_FILES(Makefile \
conf/Makefile \
doc/Makefile \
src/Makefile \
win32/Makefile)
AC_SUBST(XIPH_CPPFLAGS)
AC_SUBST(XIPH_CFLAGS)
AC_SUBST(XIPH_LIBS)
@ -80,4 +86,4 @@ AC_SUBST(DEBUG)
AC_SUBST(CFLAGS)
AC_SUBST(PROFILE)
AC_OUTPUT([Makefile win32/Makefile conf/Makefile src/Makefile])
AC_OUTPUT