Fixed build after recently removing sf2 directory and example.sf2.

This commit is contained in:
Josh Green 2009-04-20 03:42:37 +00:00
parent 6f84d0eb2e
commit 90625a557d
3 changed files with 2 additions and 3 deletions

View file

@ -2,7 +2,7 @@
ACLOCAL_AMFLAGS=-I m4 ACLOCAL_AMFLAGS=-I m4
SUBDIRS = macbuild sf2 winbuild src doc include SUBDIRS = macbuild winbuild src doc include
EXTRA_DIST = TODO acinclude.m4 autogen.sh fluidsynth.pc.in \ EXTRA_DIST = TODO acinclude.m4 autogen.sh fluidsynth.pc.in \
fluidsynth.spec.in fluidsynth.spec fluidsynth.anjuta README-OSX fluidsynth.spec.in fluidsynth.spec fluidsynth.anjuta README-OSX
DISTCLEANFILES = fluidsynth.pc DISTCLEANFILES = fluidsynth.pc

View file

@ -394,7 +394,6 @@ AM_CONDITIONAL(LADCCA_SUPPORT, test "$LADCCA_FOUND" = "yes")
AC_OUTPUT([ AC_OUTPUT([
Makefile Makefile
macbuild/Makefile macbuild/Makefile
sf2/Makefile
winbuild/Makefile winbuild/Makefile
winbuild/fluidsynth/Makefile winbuild/fluidsynth/Makefile
winbuild/fluidsynth_dll/Makefile winbuild/fluidsynth_dll/Makefile

View file

@ -1,6 +1,6 @@
# install the man pages and include in distribution # install the man pages and include in distribution
man_MANS = fluidsynth.1 man_MANS = fluidsynth.1
EXTRA_DIST = $(man_MANS) Doxyfile example.c example.sf2 fluidsynth.1 \ EXTRA_DIST = $(man_MANS) Doxyfile example.c fluidsynth.1 \
fluidsynth-v10-devdoc.xml FluidSynth-LADSPA.pdf fluidsynth-v10-devdoc.xml FluidSynth-LADSPA.pdf
docbook_docs = fluidsynth-v10-devdoc.xml docbook_docs = fluidsynth-v10-devdoc.xml