[gtk/msvcproj-nmake-install: 2/4] gtk: Rename gtk-mkenums-headers.mak to gtk-sources.inc




commit 559c6a4dd7cf441d24ad928ee56c6348ee990b1b
Author: Chun-wei Fan <fanchunwei src gnome org>
Date:   Fri May 13 18:54:12 2022 +0800

    gtk: Rename gtk-mkenums-headers.mak to gtk-sources.inc
    
    We want to reuse more sources listings in other non-autotools build
    systems.

 gtk/Makefile.am                                  | 2 +-
 gtk/{gtk-mkenums-headers.mak => gtk-sources.inc} | 0
 win32/create-lists-msvc.mak                      | 2 +-
 3 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gtk/Makefile.am b/gtk/Makefile.am
index 8fde3a0f42..5701b63657 100644
--- a/gtk/Makefile.am
+++ b/gtk/Makefile.am
@@ -114,7 +114,7 @@ endif
 include $(srcdir)/a11y/Makefile.inc
 include $(srcdir)/deprecated/Makefile.inc
 include $(srcdir)/inspector/Makefile.inc
-include $(srcdir)/gtk-mkenums-headers.mak
+include $(srcdir)/gtk-sources.inc
 
 # GTK+ header files for public installation (non-generated, or generated
 # by configure)
diff --git a/gtk/gtk-mkenums-headers.mak b/gtk/gtk-sources.inc
similarity index 100%
rename from gtk/gtk-mkenums-headers.mak
rename to gtk/gtk-sources.inc
diff --git a/win32/create-lists-msvc.mak b/win32/create-lists-msvc.mak
index d19e3a4d59..02eada540e 100644
--- a/win32/create-lists-msvc.mak
+++ b/win32/create-lists-msvc.mak
@@ -65,7 +65,7 @@ NULL=
 !endif
 
 # For GTK enumeration sources
-!include ..\gtk\gtk-mkenums-headers.mak
+!include ..\gtk\gtk-sources.inc
 !include ..\gtk\a11y\Makefile.inc
 !include ..\gtk\deprecated\Makefile.inc
 


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