From 6f34ac4ba046925162a3a6b98eb2a33cba20e8ca Mon Sep 17 00:00:00 2001 From: Cosimo Cecchi Date: Mon, 27 Feb 2012 11:45:12 -0500 Subject: [PATCH] gdk: don't install gdkversionmacros.h twice Since it's generated, we install the header by putting it into gdkinclude_HEADERS, so it's wrong to put it again into gdk_public_h_sources. This fixes the build. --- gdk/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gdk/Makefile.am b/gdk/Makefile.am index 2557bda88c..191d0b666c 100644 --- a/gdk/Makefile.am +++ b/gdk/Makefile.am @@ -90,7 +90,6 @@ gdk_public_h_sources = \ gdktestutils.h \ gdkthreads.h \ gdktypes.h \ - gdkversionmacros.h \ gdkvisual.h \ gdkwindow.h @@ -140,6 +139,7 @@ gdk_built_sources = \ gdkenumtypes.c \ gdkmarshalers.h \ gdkmarshalers.c \ + gdkversionmacros.h \ gdkenumtypes.h #