From 6e5dbe2eae2912628f6d39566ecbc4512b3066b3 Mon Sep 17 00:00:00 2001 From: Pierre-Luc Beaudoin Date: Thu, 16 Oct 2008 21:29:47 -0400 Subject: [PATCH] Make distcheck fix --- Makefile.am | 2 ++ demos/Makefile.am | 2 ++ docs/reference/Makefile.am | 4 ++-- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index 5a98276..593d3df 100644 --- a/Makefile.am +++ b/Makefile.am @@ -10,3 +10,5 @@ pkgconfigdir = $(libdir)/pkgconfig DISTCHECK_CONFIGURE_FLAGS=--enable-gtk-doc +CLEANFILES = $(pcfiles) + diff --git a/demos/Makefile.am b/demos/Makefile.am index dd8cf1c..429bc75 100644 --- a/demos/Makefile.am +++ b/demos/Makefile.am @@ -1,6 +1,8 @@ noinst_PROGRAMS = launcher +INCLUDES = -I$(top_srcdir) + AM_CPPFLAGS = $(DEPS_CFLAGS) AM_LDFLAGS = $(DEPS_LIBS) diff --git a/docs/reference/Makefile.am b/docs/reference/Makefile.am index 83b9d2b..36ed995 100644 --- a/docs/reference/Makefile.am +++ b/docs/reference/Makefile.am @@ -61,8 +61,8 @@ expand_content_files= # 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_builddir)/champlain -I$(top_builddir) $(DEPS_CFLAGS) -GTKDOC_LIBS=$(DEPS_LIBS) $(top_builddir)/champlain/libchamplain-1.0.la +INCLUDES=-I$(top_srcdir)/champlain -I$(top_srcdir) -I$(top_builddir) $(DEPS_CFLAGS) +GTKDOC_LIBS=$(DEPS_LIBS) $(top_builddir)/champlain/libchamplain-0.2.la # This includes the standard gtk-doc make rules, copied by gtkdocize. include $(top_srcdir)/gtk-doc.make -- 2.39.5