CHAMPLAIN_MARSHAL = champlain-marshal
CHAMPLAIN_MARSHAL_LIST = champlain-marshal.list
-lib_LTLIBRARIES = libchamplain-0.2.la
+lib_LTLIBRARIES = libchamplain-0.3.la
-libchamplain_0_2_la_SOURCES = \
+libchamplain_0_3_la_SOURCES = \
$(CHAMPLAIN_MARSHAL_LIST) \
$(BUILT_SOURCES) \
champlain-debug.c \
champlain-layer.h \
champlain-marker.h
-libchamplain_0_2_la_LIBADD = $(DEPS_LIBS) ../tidy/libtidy-1.0.la
+libchamplain_0_3_la_LIBADD = $(DEPS_LIBS) ../tidy/libtidy-1.0.la
-libchamplain_includedir = $(includedir)/libchamplain-0.2/champlain
+libchamplain_includedir = $(includedir)/libchamplain-0.3/champlain
-libchamplain_0_2_la_LDFLAGS = -version-info $(LIBRARY_VERSION)
+libchamplain_0_3_la_LDFLAGS = -version-info $(LIBRARY_VERSION)
AM_CPPFLAGS = $(DEPS_CFLAGS) -DDATADIR=\""$(datadir)"\" -I$(top_srcdir)/tidy -I$(top_srcdir) -DCHAMPLAIN_COMPILATION
AM_LDFLAGS = $(DEPS_LIBS) -export-dynamic -export-symbols-regex ^champlain_.*
# Process this file with autoconf to produce a configure script.
AC_PREREQ(2.61)
-AC_INIT(libchamplain, 0.2.8, pierre-luc@pierlux.com)
+AC_INIT(libchamplain, 0.3, pierre-luc@pierlux.com)
AC_CONFIG_SRCDIR([champlain/champlain.h])
AC_CONFIG_HEADER([config.h])
# Checks for libraries.
LIBRARY_VERSION=1:3:0
# API_VERSION is used to generate pc file only
-API_VERSION=0.2
+API_VERSION=0.3
AC_SUBST(LIBRARY_VERSION)
AC_SUBST(API_VERSION)
AM_LDFLAGS = $(DEPS_LIBS)
launcher_SOURCES = launcher.c
-launcher_LDADD = $(DEPS_LIBS) ../champlain/libchamplain-0.2.la
+launcher_LDADD = $(DEPS_LIBS) ../champlain/libchamplain-0.3.la