X-Git-Url: http://git.ieval.ro/?a=blobdiff_plain;f=libsamplerate%2FMakefile.am;fp=libsamplerate%2FMakefile.am;h=1295c9216261d665cf85965f82b412cb88a4f384;hb=8529da432e52c7903e8ef3488e60725a099e6e63;hp=0000000000000000000000000000000000000000;hpb=27013d8f68878b8ed2d3f747e26f562d08d7d678;p=audio-libsamplerate.git diff --git a/libsamplerate/Makefile.am b/libsamplerate/Makefile.am new file mode 100644 index 0000000..1295c92 --- /dev/null +++ b/libsamplerate/Makefile.am @@ -0,0 +1,22 @@ +## Process this file with automake to produce Makefile.in + +DISTCHECK_CONFIGURE_FLAGS = --enable-gcc-werror + +SUBDIRS = M4 src doc examples tests +DIST_SUBDIRS = Win32 $(SUBDIRS) + +EXTRA_DIST = autogen.sh libsamplerate.spec.in samplerate.pc.in Make.bat + +pkgconfigdir = $(libdir)/pkgconfig +pkgconfig_DATA = samplerate.pc + +m4datadir = $(datadir)/aclocal + +# Some people prefer "make test" to "make check". + +test: + make check + +check-asm : + (cd src && make check-asm) +