diff options
author | tamplan <[email protected]> | 2020-05-24 11:56:46 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-06-26 08:46:31 +0200 |
commit | 7812d41f68886636999a3e9541321532e87e6d02 (patch) | |
tree | bf6d0256b9161cfcfc724126ec4a16e9e32ee4b3 /src/themes | |
parent | cf008272d416c90f08c4ed1f237039e6740e2574 (diff) | |
download | mate-notification-daemon-7812d41f68886636999a3e9541321532e87e6d02.tar.bz2 mate-notification-daemon-7812d41f68886636999a3e9541321532e87e6d02.tar.xz |
add git.mk to generate .gitignore
Diffstat (limited to 'src/themes')
-rw-r--r-- | src/themes/coco/Makefile.am | 2 | ||||
-rw-r--r-- | src/themes/nodoka/Makefile.am | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/src/themes/coco/Makefile.am b/src/themes/coco/Makefile.am index 78eccbb..09d16e3 100644 --- a/src/themes/coco/Makefile.am +++ b/src/themes/coco/Makefile.am @@ -7,3 +7,5 @@ libcoco_la_SOURCES = coco-theme.c libcoco_la_CFLAGS = $(WARN_CFLAGS) libcoco_la_LDFLAGS = -module -avoid-version -no-undefined libcoco_la_LIBADD = $(THEME_LIBS) + +-include $(top_srcdir)/git.mk diff --git a/src/themes/nodoka/Makefile.am b/src/themes/nodoka/Makefile.am index b49bdcf..e142a55 100644 --- a/src/themes/nodoka/Makefile.am +++ b/src/themes/nodoka/Makefile.am @@ -7,3 +7,5 @@ libnodoka_la_SOURCES = nodoka-theme.c libnodoka_la_CFLAGS = $(WARN_CFLAGS) libnodoka_la_LDFLAGS = -module -avoid-version -no-undefined libnodoka_la_LIBADD = $(THEME_LIBS) + +-include $(top_srcdir)/git.mk |