summaryrefslogtreecommitdiff
path: root/gdk/Makefile.am
diff options
context:
space:
mode:
authorCosimo Cecchi <cosimoc@gnome.org>2012-02-27 11:45:12 -0500
committerCosimo Cecchi <cosimoc@gnome.org>2012-02-27 11:45:12 -0500
commit6f34ac4ba046925162a3a6b98eb2a33cba20e8ca (patch)
treeefc6ed1cacc65693a61f376988a1d575bb9776ac /gdk/Makefile.am
parenta09ca8a4b585a3c393b64320843510520c4cbbdc (diff)
downloadgtk+-6f34ac4ba046925162a3a6b98eb2a33cba20e8ca.tar.gz
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.
Diffstat (limited to 'gdk/Makefile.am')
-rw-r--r--gdk/Makefile.am2
1 files changed, 1 insertions, 1 deletions
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
#