mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2024-11-10 15:01:40 +00:00
Fixed build after recently removing sf2 directory and example.sf2.
This commit is contained in:
parent
6f84d0eb2e
commit
90625a557d
3 changed files with 2 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue