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 | |
parent | c3cad38e92b021cdb47fbaba6db75aca09d2936a (diff) | |
download | marco-683d5cf5aefc4427a5823de714f9e91c8621d79d.tar.bz2 marco-683d5cf5aefc4427a5823de714f9e91c8621d79d.tar.xz |
add git.mk to autogenerate .gitignore files
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.am | 2 | ||||
-rw-r--r-- | src/themes/Makefile.am | 2 | ||||
-rw-r--r-- | src/tools/Makefile.am | 2 | ||||
-rw-r--r-- | src/wm-tester/Makefile.am | 2 |
4 files changed, 8 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 diff --git a/src/themes/Makefile.am b/src/themes/Makefile.am index a040a804..036c3152 100644 --- a/src/themes/Makefile.am +++ b/src/themes/Makefile.am @@ -51,3 +51,5 @@ dist-hook: cp $$i $(distdir)/$$THEME; \ done) \ done + +-include $(top_srcdir)/git.mk diff --git a/src/tools/Makefile.am b/src/tools/Makefile.am index a6d9b5bd..fe636946 100644 --- a/src/tools/Makefile.am +++ b/src/tools/Makefile.am @@ -20,3 +20,5 @@ marco_window_demo_LDADD= @MARCO_WINDOW_DEMO_LIBS@ EXTRA_DIST=$(icon_DATA) + +-include $(top_srcdir)/git.mk diff --git a/src/wm-tester/Makefile.am b/src/wm-tester/Makefile.am index e719bdb6..0faed456 100644 --- a/src/wm-tester/Makefile.am +++ b/src/wm-tester/Makefile.am @@ -23,3 +23,5 @@ test_gravity_LDADD= @MARCO_LIBS@ test_resizing_LDADD= @MARCO_LIBS@ test_size_hints_LDADD= @MARCO_LIBS@ focus_window_LDADD= @MARCO_LIBS@ + +-include $(top_srcdir)/git.mk |