diff options
author | tamplan <[email protected]> | 2020-05-24 10:54:36 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-06-26 11:21:49 +0200 |
commit | ed76b77b7545dbde787aa0d7b5af7f0c4340dccb (patch) | |
tree | 2ab43d905c7f4523ae8be9ec097e228fb3533020 /src | |
parent | 5155c763c825e47fd7195b0d8a8977c59e790ca9 (diff) | |
download | mate-indicator-applet-ed76b77b7545dbde787aa0d7b5af7f0c4340dccb.tar.bz2 mate-indicator-applet-ed76b77b7545dbde787aa0d7b5af7f0c4340dccb.tar.xz |
add git.mk to generate .gitignore
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 2f402aa..56ddb53 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -85,3 +85,5 @@ mate_indicator_applet_complete_LDADD = \ $(APPLET_LIBS) \ $(INDICATOR_LIBS) \ -lX11 + +-include $(top_srcdir)/git.mk |