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:
@ -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
|
||||
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user