[gtk+] gdk: don't install gdkversionmacros.h twice
- From: Cosimo Cecchi <cosimoc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] gdk: don't install gdkversionmacros.h twice
- Date: Mon, 27 Feb 2012 16:47:21 +0000 (UTC)
commit 6f34ac4ba046925162a3a6b98eb2a33cba20e8ca
Author: Cosimo Cecchi <cosimoc gnome org>
Date: Mon Feb 27 11:45:12 2012 -0500
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 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gdk/Makefile.am b/gdk/Makefile.am
index 2557bda..191d0b6 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
#
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]