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
SUBDIRS = macbuild sf2 winbuild src doc include
SUBDIRS = macbuild winbuild src doc include
EXTRA_DIST = TODO acinclude.m4 autogen.sh fluidsynth.pc.in \
fluidsynth.spec.in fluidsynth.spec fluidsynth.anjuta README-OSX
DISTCLEANFILES = fluidsynth.pc

View file

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

View file

@ -1,6 +1,6 @@
# install the man pages and include in distribution
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
docbook_docs = fluidsynth-v10-devdoc.xml