Bundle libsamplerate
[audio-libsamplerate.git] / libsamplerate / Makefile.am
CommitLineData
8529da43
MG
1## Process this file with automake to produce Makefile.in
2
3DISTCHECK_CONFIGURE_FLAGS = --enable-gcc-werror
4
5SUBDIRS = M4 src doc examples tests
6DIST_SUBDIRS = Win32 $(SUBDIRS)
7
8EXTRA_DIST = autogen.sh libsamplerate.spec.in samplerate.pc.in Make.bat
9
10pkgconfigdir = $(libdir)/pkgconfig
11pkgconfig_DATA = samplerate.pc
12
13m4datadir = $(datadir)/aclocal
14
15# Some people prefer "make test" to "make check".
16
17test:
18 make check
19
20check-asm :
21 (cd src && make check-asm)
22
This page took 0.009274 seconds and 4 git commands to generate.