fix --disable-cxx build

quadratic.c was missing from the list of non-C++ sources, thanks Michael
This commit is contained in:
John Cupitt 2013-06-14 09:01:18 +01:00
parent 69de2f83af
commit 216d286065
1 changed files with 1 additions and 0 deletions

View File

@ -26,6 +26,7 @@ libresample_la_SOURCES = \
shrink.c \
affine.c \
interpolate.c \
quadratic.c \
transform.c
EXTRA_DIST = \