diff options
author | Murray Cumming <murrayc@murrayc.com> | 2016-11-11 11:01:00 +0100 |
---|---|---|
committer | Murray Cumming <murrayc@murrayc.com> | 2016-11-11 11:05:41 +0100 |
commit | 509c9a37303f28fee5fa8261f92a0b553340e9d7 (patch) | |
tree | 298d5277e18e25a37c22c430369056cb5d66bf99 /tests | |
parent | 6bb912fc4845bd9b342a5a7555c4074acd3abd22 (diff) |
Change ABI from cairomm-1.0 to cairomm-1.14
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 c18d975..6c92702 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.0.la @LIBS@ @CAIROMM_LIBS@ @BOOST_UNIT_TEST_FRAMEWORK_STATIC_LIB@ +LIBS = $(top_builddir)/cairomm/libcairomm-1.14.la @LIBS@ @CAIROMM_LIBS@ @BOOST_UNIT_TEST_FRAMEWORK_STATIC_LIB@ EXTRA_DIST=png-stream-test.png DISTCLEANFILES=test.ps test.pdf |