build dir now in EXTRA_DIST

This commit is contained in:
Josh Coalson 2002-07-16 16:12:27 +00:00
parent 5e5fc016e1
commit 130cbb50b7
2 changed files with 7 additions and 6 deletions

View File

@ -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

View File

@ -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 \
)