[pangomm/pangomm-2-40.nmake] build: Split out automake'isms out from filelist.am's



commit db4c1dee86213016fa796c8447aa7bef577bd0da
Author: Chun-wei Fan <fanchunwei src gnome org>
Date:   Fri Oct 26 18:17:33 2018 +0800

    build: Split out automake'isms out from filelist.am's
    
    This is so that the NMake Makefiles can consume them as well.

 docs/Makefile.am                | 2 +-
 pango/pangomm/Makefile.am       | 2 +-
 pango/pangomm/filelist.gmake.am | 4 ++++
 3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/docs/Makefile.am b/docs/Makefile.am
index 35cc297..774ea72 100644
--- a/docs/Makefile.am
+++ b/docs/Makefile.am
@@ -16,7 +16,7 @@
 ## along with this library.  If not, see <http://www.gnu.org/licenses/>.
 
 include $(top_srcdir)/pango/src/filelist.am
-include $(top_srcdir)/pango/pangomm/filelist.am
+include $(top_srcdir)/pango/pangomm/filelist.gmake.am
 
 pangomm_files_h = $(files_built_h) $(filter-out wrap_init.h,$(files_extra_h))
 
diff --git a/pango/pangomm/Makefile.am b/pango/pangomm/Makefile.am
index 08de02b..675d7e4 100644
--- a/pango/pangomm/Makefile.am
+++ b/pango/pangomm/Makefile.am
@@ -18,7 +18,7 @@
 lib_LTLIBRARIES = libpangomm-@PANGOMM_API_VERSION@.la
 
 include $(srcdir)/../src/filelist.am
-include $(srcdir)/filelist.am
+include $(srcdir)/filelist.gmake.am
 include $(top_srcdir)/build/compile-binding.am
 
 local_cppflags = $(binding_includes) $(binding_cppflags) -DPANGOMM_BUILD=1
diff --git a/pango/pangomm/filelist.gmake.am b/pango/pangomm/filelist.gmake.am
new file mode 100644
index 0000000..76ee07f
--- /dev/null
+++ b/pango/pangomm/filelist.gmake.am
@@ -0,0 +1,4 @@
+## This file is part of pangomm.
+include $(top_srcdir)/pango/pangomm/filelist.am
+
+# Seperated from $(srcdir)/filelist.am


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