diff options
author | Murray Cumming <murrayc@murrayc.com> | 2016-11-15 13:05:04 +0100 |
---|---|---|
committer | Murray Cumming <murrayc@murrayc.com> | 2016-11-15 13:12:32 +0100 |
commit | 802be28f9c50a36eaa8a329357279582ee9eed24 (patch) | |
tree | 9226809d26e80cbe1159fc52b54bd4f8ddea2e74 /tests | |
parent | cef418ab6cb2ef2b8ff2ff6a892587bc82682054 (diff) |
Make the ABI cairomm-1.16 instead of cairomm-1.14
So we can have one more stable release cycle to get a little new API
out before the (parallel-installing) ABI break.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index 6c92702..0508f8f 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -24,7 +24,7 @@ endif INCLUDES = -I$(top_srcdir) @CAIROMM_CFLAGS@ #The libraries that the executable needs to link against: -LIBS = $(top_builddir)/cairomm/libcairomm-1.14.la @LIBS@ @CAIROMM_LIBS@ @BOOST_UNIT_TEST_FRAMEWORK_STATIC_LIB@ +LIBS = $(top_builddir)/cairomm/libcairomm-1.16.la @LIBS@ @CAIROMM_LIBS@ @BOOST_UNIT_TEST_FRAMEWORK_STATIC_LIB@ EXTRA_DIST=png-stream-test.png DISTCLEANFILES=test.ps test.pdf |