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.
This commit is contained in:
Cosimo Cecchi
2012-02-27 11:45:12 -05:00
parent a09ca8a4b5
commit 6f34ac4ba0

View File

@ -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
#