# signals and properties.
# e.g. INCLUDES=-I$(top_srcdir) -I$(top_builddir) $(GTK_DEBUG_FLAGS)
# e.g. GTKDOC_LIBS=$(top_builddir)/gtk/$(gtktargetlib)
-INCLUDES=-I$(top_srcdir) -I$(top_builddir) $(DEPS_CFLAGS)
-GTKDOC_LIBS=
+INCLUDES=-I$(top_builddir)/src -I$(top_builddir) $(DEPS_CFLAGS)
+GTKDOC_LIBS=$(DEPS_LIBS) $(top_builddir)/src/libchamplain-1.0.la
# This includes the standard gtk-doc make rules, copied by gtkdocize.
include $(top_srcdir)/gtk-doc.make
g_param_spec_float("longitude",
"Longitude",
"The longitude coordonate of the map",
- -180,
- 180,
- 1.0f,
+ -180.0f,
+ 180.0f,
+ 0.0f,
CHAMPLAIN_PARAM_READWRITE));
/**
g_param_spec_float("latitude",
"Latitude",
"The latitude coordonate of the map",
- -90,
- 90,
- 1.0f,
+ -90.0f,
+ 90.0f,
+ 0.0f,
CHAMPLAIN_PARAM_READWRITE));
/**