link against boost and version bump
This commit is contained in:
parent
691d3788f5
commit
81ce983d5f
2 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
dnl Process this file with autoconf to produce a configure script.
|
||||
dnl Created by Anjuta application wizard.
|
||||
|
||||
AC_INIT(mapnik, 0.4.0)
|
||||
AC_INIT(mapnik, 0.5.1)
|
||||
|
||||
AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)
|
||||
AM_CONFIG_HEADER(config.h)
|
||||
|
|
|
@ -67,6 +67,7 @@ libmapnik_la_LIBADD = \
|
|||
${BOOST_THREAD_LIB} \
|
||||
${BOOST_REGEX_LIB} \
|
||||
${BOOST_FILESYSTEM_LIB} \
|
||||
${BOOST_IOSTREAMS_LIB} \
|
||||
${JPEG_LIBS} \
|
||||
${TIFF_LIBS} \
|
||||
${PROJ_LIBS} \
|
||||
|
|
Loading…
Add table
Reference in a new issue