From 6caebf71adbddd565bdeed423cc8c86b50421fb5 Mon Sep 17 00:00:00 2001 From: tamplan Date: Sun, 24 May 2020 12:56:09 +0200 Subject: add git.mk to generate .gitignore --- plugins/xrdb/Makefile.am | 2 ++ plugins/xrdb/data/Makefile.am | 2 ++ 2 files changed, 4 insertions(+) (limited to 'plugins/xrdb') diff --git a/plugins/xrdb/Makefile.am b/plugins/xrdb/Makefile.am index 4e5ca26..243781f 100644 --- a/plugins/xrdb/Makefile.am +++ b/plugins/xrdb/Makefile.am @@ -55,3 +55,5 @@ DISTCLEANFILES = \ $(plugin_DATA): $(plugin_in_files) $(AM_V_GEN) $(MSGFMT) --desktop --template $< -d $(top_srcdir)/po -o $@ + +-include $(top_srcdir)/git.mk diff --git a/plugins/xrdb/data/Makefile.am b/plugins/xrdb/data/Makefile.am index 26ff90f..576f0c4 100644 --- a/plugins/xrdb/data/Makefile.am +++ b/plugins/xrdb/data/Makefile.am @@ -13,3 +13,5 @@ xrdb_DATA = \ EXTRA_DIST = \ $(xrdb_DATA) \ $(NULL) + +-include $(top_srcdir)/git.mk -- cgit v1.2.1