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 /smime | |
parent | 8583abbefeafd0c0369d38141963575f395cf922 (diff) | |
download | gsoc2013-evolution-504642b7984f5fed0db6284e2f4da6b1c9b8d1e0.tar.gz gsoc2013-evolution-504642b7984f5fed0db6284e2f4da6b1c9b8d1e0.tar.zst gsoc2013-evolution-504642b7984f5fed0db6284e2f4da6b1c9b8d1e0.zip |
Use Behdad's brilliant git.mk to generate .gitignore files.
Diffstat (limited to 'smime')
-rw-r--r-- | smime/Makefile.am | 2 | ||||
-rw-r--r-- | smime/gui/Makefile.am | 2 | ||||
-rw-r--r-- | smime/lib/Makefile.am | 2 | ||||
-rw-r--r-- | smime/tests/Makefile.am | 2 |
4 files changed, 8 insertions, 0 deletions
diff --git a/smime/Makefile.am b/smime/Makefile.am index bc03fcd4a3..a358fdf7ea 100644 --- a/smime/Makefile.am +++ b/smime/Makefile.am @@ -1 +1,3 @@ SUBDIRS = lib gui + +-include $(top_srcdir)/git.mk diff --git a/smime/gui/Makefile.am b/smime/gui/Makefile.am index 5a8640c57d..aa140f77b4 100644 --- a/smime/gui/Makefile.am +++ b/smime/gui/Makefile.am @@ -47,3 +47,5 @@ glade_DATA = smime-ui.glade EXTRA_DIST = \ $(glade_DATA) + +-include $(top_srcdir)/git.mk diff --git a/smime/lib/Makefile.am b/smime/lib/Makefile.am index 52ad228baa..c43da4ea10 100644 --- a/smime/lib/Makefile.am +++ b/smime/lib/Makefile.am @@ -32,3 +32,5 @@ libessmime_la_LIBADD = \ $(CERT_UI_LIBS) libessmime_la_LDFLAGS = $(NO_UNDEFINED) + +-include $(top_srcdir)/git.mk diff --git a/smime/tests/Makefile.am b/smime/tests/Makefile.am index 5f8bce6671..da284b0206 100644 --- a/smime/tests/Makefile.am +++ b/smime/tests/Makefile.am @@ -14,3 +14,5 @@ TEST_LIBS= \ $(GNOME_PLATFORM_LIBS) import_cert_LDADD=$(TEST_LIBS) + +-include $(top_srcdir)/git.mk |