diff options
author | tamplan <[email protected]> | 2020-05-24 12:56:09 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-06-27 11:46:39 +0200 |
commit | 6caebf71adbddd565bdeed423cc8c86b50421fb5 (patch) | |
tree | ee8cda18642ad935c7862d22ec1461e2d125bd92 /plugins/background/Makefile.am | |
parent | 9ac072ffb075fe009989a410a2018b8d30d0c01c (diff) | |
download | mate-settings-daemon-6caebf71adbddd565bdeed423cc8c86b50421fb5.tar.bz2 mate-settings-daemon-6caebf71adbddd565bdeed423cc8c86b50421fb5.tar.xz |
add git.mk to generate .gitignore
Diffstat (limited to 'plugins/background/Makefile.am')
-rw-r--r-- | plugins/background/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/background/Makefile.am b/plugins/background/Makefile.am index d969258..ac32ceb 100644 --- a/plugins/background/Makefile.am +++ b/plugins/background/Makefile.am @@ -80,3 +80,5 @@ DISTCLEANFILES = \ $(plugin_DATA): $(plugin_in_files) $(AM_V_GEN) $(MSGFMT) --desktop --template $< -d $(top_srcdir)/po -o $@ + +-include $(top_srcdir)/git.mk |