From 434ba9d796c48614b67915ddaea966a9477de211 Mon Sep 17 00:00:00 2001 From: Pierre-Luc Beaudoin Date: Tue, 9 Sep 2008 15:27:34 -0400 Subject: [PATCH] Fix not distributed headers --- champlain/Makefile.am | 14 ++++++++++++++ tidy/Makefile.am | 1 + 2 files changed, 15 insertions(+) diff --git a/champlain/Makefile.am b/champlain/Makefile.am index b2d251a..080a54b 100644 --- a/champlain/Makefile.am +++ b/champlain/Makefile.am @@ -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) diff --git a/tidy/Makefile.am b/tidy/Makefile.am index 661c905..f1bedc8 100644 --- a/tidy/Makefile.am +++ b/tidy/Makefile.am @@ -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 = \ -- 2.39.5