]> err.no Git - libchamplain/commitdiff
Fix not distributed headers
authorPierre-Luc Beaudoin <pierre-luc@squidy.info>
Tue, 9 Sep 2008 19:27:34 +0000 (15:27 -0400)
committerPierre-Luc Beaudoin <pierre-luc@squidy.info>
Tue, 9 Sep 2008 19:27:34 +0000 (15:27 -0400)
champlain/Makefile.am
tidy/Makefile.am

index b2d251aaebc9f85aa1fb7c385327c831a712a832..080a54b3c475a066c3a10da68dead8ddd29c2118 100644 (file)
@@ -25,6 +25,20 @@ libchamplain_1_0_la_SOURCES = $(CHAMPLAIN_MARSHAL_LIST) \
                                        sources/google_terrain.c \
                                        sources/debugmap.c
 
+noinst_HEADERS = champlainview.h \
+                                       champlainmarker.h \
+                                       champlain_private.h \
+                                       map.h  \
+                                       zoomlevel.h \
+                                       tile.h \
+                                       sources/oam.h \
+                                       sources/osm_mapnik.h \
+                                       sources/mff_relief.h \
+                                       sources/google_map.h \
+                                       sources/google_sat.h \
+                                       sources/google_terrain.h \
+                                       sources/debugmap.h
+
 libchamplain_1_0_la_LIBADD = $(DEPS_LIBS) ../tidy/libtidy-1.0.la
 
 champlain-marshal.h: $(CHAMPLAIN_MARSHAL_LIST)
index 661c905c4810e7e198dfa19f94844d84fa992bda..f1bedc83f52c9052d9a4037323029a253e00b518 100644 (file)
@@ -30,6 +30,7 @@ source_h = \
        $(top_srcdir)/tidy/tidy-scrollable.h            \
        $(top_srcdir)/tidy/tidy-scroll-view.h           \
        $(top_srcdir)/tidy/tidy-viewport.h              \
+       $(top_srcdir)/tidy/tidy-private.h               \
        $(NULL)
 
 source_h_private = \