gdk/: Rename gdk-pub-headers.h to gdk-sources.inc

We want to make the sources listings for libgdk shared as well.
This commit is contained in:
Chun-wei Fan
2022-05-18 15:49:05 +08:00
parent 6e193eb141
commit f324c650a7
3 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
## Makefile.am for gtk+/gdk
include $(top_srcdir)/Makefile.decl
include gdk-pub-headers.mak
include gdk-sources.inc
-include $(INTROSPECTION_MAKEFILE)
INTROSPECTION_GIRS =

View File

@@ -34,7 +34,7 @@
NULL=
# For GDK enumeration sources
!include ..\gdk\gdk-pub-headers.mak
!include ..\gdk\gdk-sources.inc
!if [call create-lists.bat header gdk_headers.mak GDK_PUBLIC_HEADERS]
!endif