From 130cbb50b701cc940806188f668832b3e5a8d9a3 Mon Sep 17 00:00:00 2001 From: Josh Coalson Date: Tue, 16 Jul 2002 16:12:27 +0000 Subject: [PATCH] build dir now in EXTRA_DIST --- Makefile.am | 4 ++-- configure.in | 9 +++++---- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/Makefile.am b/Makefile.am index ac651288..086e1994 100644 --- a/Makefile.am +++ b/Makefile.am @@ -29,7 +29,7 @@ # -SUBDIRS = build doc include man src test +SUBDIRS = doc include man src test DISTCLEANFILES = libtool-disable-static @@ -37,9 +37,9 @@ EXTRA_DIST = \ COPYING.FDL \ COPYING.GPL \ COPYING.LGPL \ - Doxyfile \ Makefile.lite \ autogen.sh \ + build \ depcomp \ flac.pbproj \ strip_fPIC.sh diff --git a/configure.in b/configure.in index 683584fe..d583c200 100644 --- a/configure.in +++ b/configure.in @@ -104,12 +104,12 @@ AM_CONDITIONAL(FLaC__HAS_XMMS, test x$XMMS_INPUT_PLUGIN_DIR != x) SHARE_LIBS='$(top_builddir)/src/share/libutf8.a $(top_builddir)/src/share/libgetopt.a' -dnl check for i18n(internationalization) +dnl check for i18n(internationalization); these are from libiconv/gettext AM_WITH_NLS AM_ICONV AM_LANGINFO_CODESET -dnl check id3lib librairies +dnl check id3lib libraries LIBS_save_blah_blah_blah=$LIBS LIBS="" AC_SEARCH_LIBS(ID3Tag_Link,"id3" "id3 -lstdc++" "id3 -lz" "id3 -lz -lstdc++", @@ -238,8 +238,9 @@ AC_OUTPUT( Makefile \ include/FLAC++/Makefile \ include/share/Makefile \ doc/Makefile \ - doc/images/Makefile \ - doc/ru/Makefile \ + doc/html/Makefile \ + doc/html/images/Makefile \ + doc/html/ru/Makefile \ man/Makefile \ test/Makefile \ )