From 70085d237ef4c014ae4bfbd413c6b7667e65efed Mon Sep 17 00:00:00 2001 From: Wu Xiaotian Date: Mon, 26 Nov 2018 16:50:43 +0800 Subject: Support git.mk to generate .gitignore --- netspeed/icons/scalable/Makefile.am | 2 ++ netspeed/icons/scalable/apps/Makefile.am | 2 ++ 2 files changed, 4 insertions(+) (limited to 'netspeed/icons/scalable') diff --git a/netspeed/icons/scalable/Makefile.am b/netspeed/icons/scalable/Makefile.am index be70ac5b..237e2099 100644 --- a/netspeed/icons/scalable/Makefile.am +++ b/netspeed/icons/scalable/Makefile.am @@ -1,2 +1,4 @@ SUBDIRS = apps + +-include $(top_srcdir)/git.mk diff --git a/netspeed/icons/scalable/apps/Makefile.am b/netspeed/icons/scalable/apps/Makefile.am index 55870be1..c869cfdf 100644 --- a/netspeed/icons/scalable/apps/Makefile.am +++ b/netspeed/icons/scalable/apps/Makefile.am @@ -13,3 +13,5 @@ EXTRA_DIST = \ $(icons_DATA) \ $(noinst_DATA) + +-include $(top_srcdir)/git.mk -- cgit v1.2.1