]> err.no Git - libchamplain/commitdiff
ChamplainMapSource is public API
authorPierre-Luc Beaudoin <pierre-luc@pierlux.com>
Sat, 28 Feb 2009 21:54:50 +0000 (23:54 +0200)
committerPierre-Luc Beaudoin <pierre-luc@pierlux.com>
Wed, 4 Mar 2009 21:05:37 +0000 (23:05 +0200)
champlain/Makefile.am
champlain/champlain.h

index 133074efa3e5156233600f6b909643af1bac53b7..8ae463b646bd377bc951eae6e81f128fd9bb9773 100644 (file)
@@ -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
index 65253c774c288f445d3a2f2b6e291743853b6380..19144cc67d4cca3eb4f29b78480749bec398dbbe 100644 (file)
@@ -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__