diff options
author | tamplan <[email protected]> | 2020-05-24 10:31:40 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-06-17 13:33:01 +0200 |
commit | f274224f9127aad46b2c5e2b46a3c449be6d3aad (patch) | |
tree | 7c215f36854c575933b0956e5c62ba696b27fbe4 /data/images | |
parent | ea6b155584a3c3bc58e07354299d835d040d2f00 (diff) | |
download | mate-screensaver-f274224f9127aad46b2c5e2b46a3c449be6d3aad.tar.bz2 mate-screensaver-f274224f9127aad46b2c5e2b46a3c449be6d3aad.tar.xz |
add git.mk to generate .gitignore
Diffstat (limited to 'data/images')
-rw-r--r-- | data/images/Makefile.am | 2 | ||||
-rw-r--r-- | data/images/cosmos/Makefile.am | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/data/images/Makefile.am b/data/images/Makefile.am index 49f54fc..0470091 100644 --- a/data/images/Makefile.am +++ b/data/images/Makefile.am @@ -13,3 +13,5 @@ image_DATA = \ EXTRA_DIST = \ $(image_DATA) \ $(NULL) + +-include $(top_srcdir)/git.mk diff --git a/data/images/cosmos/Makefile.am b/data/images/cosmos/Makefile.am index b48162b..5b2d987 100644 --- a/data/images/cosmos/Makefile.am +++ b/data/images/cosmos/Makefile.am @@ -54,3 +54,5 @@ MAINTAINERCLEANFILES = \ *~ \ Makefile.in \ $(NULL) + +-include $(top_srcdir)/git.mk |