forked from Mirrors/freeswitch
77fab7603a
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2009-0186 http://www.mega-nerd.com/libsndfile/libsndfile-1.0.19.tar.gz This will likely require a fresh boostrap to updated source checkouts. git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13415 d0543943-73ff-0310-b7d9-9358b9ac24b2
30 lines
631 B
Makefile
30 lines
631 B
Makefile
## Process this file with automake to produce Makefile.in
|
|
|
|
DISTCHECK_CONFIGURE_FLAGS = --enable-gcc-werror
|
|
|
|
if BUILD_OCTAVE_MOD
|
|
octave_dir = Octave
|
|
endif
|
|
|
|
SUBDIRS = M4 Win32 src $(octave_dir)
|
|
#man doc examples regtest tests programs
|
|
|
|
DIST_SUBDIRS = M4 man doc Win32 src Octave examples regtest tests programs
|
|
|
|
EXTRA_DIST = libsndfile.spec.in sndfile.pc.in Mingw-make-dist.sh
|
|
|
|
|
|
pkgconfigdir = $(libdir)/pkgconfig
|
|
pkgconfig_DATA = sndfile.pc
|
|
|
|
m4datadir = $(datadir)/aclocal
|
|
|
|
test: check-recursive
|
|
|
|
# Target to make autogenerated files.
|
|
genfiles :
|
|
(cd src ; make genfiles)
|
|
(cd tests ; make genfiles)
|
|
|
|
|