From: Pierre-Luc Beaudoin Date: Sat, 28 Feb 2009 21:54:50 +0000 (+0200) Subject: ChamplainMapSource is public API X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=32be3d6a9a56558a8e9f26a80b8d7cbe9a57feca;p=libchamplain ChamplainMapSource is public API --- diff --git a/champlain/Makefile.am b/champlain/Makefile.am index 133074e..8ae463b 100644 --- a/champlain/Makefile.am +++ b/champlain/Makefile.am @@ -54,6 +54,7 @@ libchamplain_include_HEADERS = \ champlain-view.h \ champlain-defines.h \ champlain-layer.h \ + champlain-map-source.h \ champlain-marker.h libchamplain_0_3_la_LIBADD = $(DEPS_LIBS) ../tidy/libtidy-1.0.la diff --git a/champlain/champlain.h b/champlain/champlain.h index 65253c7..19144cc 100644 --- a/champlain/champlain.h +++ b/champlain/champlain.h @@ -33,6 +33,7 @@ #include "champlain/champlain-marker.h" #include "champlain/champlain-view.h" #include "champlain/champlain-enum-types.h" +#include "champlain/champlain-map-source.h" #undef __CHAMPLAIN_CHAMPLAIN_H_INSIDE__