[gtk/msvcproj-nmake-install: 17/22] gdk/: Rename gdk-pub-headers.h to gdk-sources.inc




commit f324c650a717d2d0a12faafa7a8c2f2888ace72e
Author: Chun-wei Fan <fanchunwei src gnome org>
Date:   Wed May 18 15:49:05 2022 +0800

    gdk/: Rename gdk-pub-headers.h to gdk-sources.inc
    
    We want to make the sources listings for libgdk shared as well.

 gdk/Makefile.am                              | 2 +-
 gdk/{gdk-pub-headers.mak => gdk-sources.inc} | 0
 win32/create-lists-msvc.mak                  | 2 +-
 3 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gdk/Makefile.am b/gdk/Makefile.am
index c9a731b693..451beac7eb 100644
--- a/gdk/Makefile.am
+++ b/gdk/Makefile.am
@@ -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 =
diff --git a/gdk/gdk-pub-headers.mak b/gdk/gdk-sources.inc
similarity index 100%
rename from gdk/gdk-pub-headers.mak
rename to gdk/gdk-sources.inc
diff --git a/win32/create-lists-msvc.mak b/win32/create-lists-msvc.mak
index 3763342b76..3fce81333a 100644
--- a/win32/create-lists-msvc.mak
+++ b/win32/create-lists-msvc.mak
@@ -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


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]