The libcupsfilters libraries of cups-filters 2.x and 1.x do not have
compatible APIs any more, not only additions of filter functions but
also changes of function's interfaces for new features like log
functions.
Therefore we bump the soname to 2.
$(TIFF_CFLAGS)
libcupsfilters_la_LDFLAGS = \
-no-undefined \
- -version-info 1
+ -version-info 2
if BUILD_DBUS
libcupsfilters_la_CFLAGS += $(DBUS_CFLAGS) -DHAVE_DBUS
libcupsfilters_CXXFLAGS = -std=c++0x $(libcupsfilters_CFLAGS) # -std=c++11