diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2009-05-02 23:09:30 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2009-05-04 00:47:34 +0800 |
commit | 504642b7984f5fed0db6284e2f4da6b1c9b8d1e0 (patch) | |
tree | 1f0f61e9bb9688e8c7d1bc157044da03992d5921 /calendar/gui | |
parent | 8583abbefeafd0c0369d38141963575f395cf922 (diff) | |
download | gsoc2013-evolution-504642b7984f5fed0db6284e2f4da6b1c9b8d1e0.tar gsoc2013-evolution-504642b7984f5fed0db6284e2f4da6b1c9b8d1e0.tar.gz gsoc2013-evolution-504642b7984f5fed0db6284e2f4da6b1c9b8d1e0.tar.bz2 gsoc2013-evolution-504642b7984f5fed0db6284e2f4da6b1c9b8d1e0.tar.lz gsoc2013-evolution-504642b7984f5fed0db6284e2f4da6b1c9b8d1e0.tar.xz gsoc2013-evolution-504642b7984f5fed0db6284e2f4da6b1c9b8d1e0.tar.zst gsoc2013-evolution-504642b7984f5fed0db6284e2f4da6b1c9b8d1e0.zip |
Use Behdad's brilliant git.mk to generate .gitignore files.
Diffstat (limited to 'calendar/gui')
-rw-r--r-- | calendar/gui/Makefile.am | 2 | ||||
-rw-r--r-- | calendar/gui/alarm-notify/Makefile.am | 2 | ||||
-rw-r--r-- | calendar/gui/dialogs/Makefile.am | 2 |
3 files changed, 6 insertions, 0 deletions
diff --git a/calendar/gui/Makefile.am b/calendar/gui/Makefile.am index 560d09857d..a2b4be2b8f 100644 --- a/calendar/gui/Makefile.am +++ b/calendar/gui/Makefile.am @@ -235,3 +235,5 @@ endif dist-hook: cd $(distdir); rm -f $(BUILT_SOURCES) + +-include $(top_srcdir)/git.mk diff --git a/calendar/gui/alarm-notify/Makefile.am b/calendar/gui/alarm-notify/Makefile.am index cd1b638fb6..76c2783fc6 100644 --- a/calendar/gui/alarm-notify/Makefile.am +++ b/calendar/gui/alarm-notify/Makefile.am @@ -67,3 +67,5 @@ CLEANFILES = $(BUILT_SOURCES) dist-hook: cd $(distdir); rm -f $(BUILT_SOURCES) + +-include $(top_srcdir)/git.mk diff --git a/calendar/gui/dialogs/Makefile.am b/calendar/gui/dialogs/Makefile.am index c6d61101a8..8e7a1bf916 100644 --- a/calendar/gui/dialogs/Makefile.am +++ b/calendar/gui/dialogs/Makefile.am @@ -102,3 +102,5 @@ dist-hook: EXTRA_DIST = \ $(glade_DATA) + +-include $(top_srcdir)/git.mk |