diff options
author | Wu Xiaotian <[email protected]> | 2019-01-06 14:19:38 +0800 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-01-09 10:25:55 +0100 |
commit | 683d5cf5aefc4427a5823de714f9e91c8621d79d (patch) | |
tree | dff124af55e8428d4e7ef279ed0a98c6cd1db7f1 /src/Makefile.am | |
parent | c3cad38e92b021cdb47fbaba6db75aca09d2936a (diff) | |
download | marco-683d5cf5aefc4427a5823de714f9e91c8621d79d.tar.bz2 marco-683d5cf5aefc4427a5823de714f9e91c8621d79d.tar.xz |
add git.mk to autogenerate .gitignore files
Diffstat (limited to 'src/Makefile.am')
-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 2adf7d85..6a5f8ed3 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -204,3 +204,5 @@ EXTRA_DIST=$(desktopfiles_files) \ $(xml_in_files) \ libmarco-private.pc.in + +-include $(top_srcdir)/git.mk |