summaryrefslogtreecommitdiffstats
path: root/akode/plugins/src_resampler/Makefile.am
blob: f643a48b2f08209e39eecccc51fada4b97631142 (plain)
1
2
3
4
5
6
7
INCLUDES = -I$(top_srcdir)/akode/lib -I$(top_builddir)/akode/lib -I$(srcdir)/mppdec $(all_includes)

lib_LTLIBRARIES	= libakode_src_resampler.la

libakode_src_resampler_la_SOURCES = src_resampler.cpp
libakode_src_resampler_la_LDFLAGS = -module -avoid-version -no-undefined
libakode_src_resampler_la_LIBADD = ../../lib/libakode.la $(LIBSAMPLERATE)