diff options
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 44667d88a2..02bfd859f9 100644 --- a/smime/gui/Makefile.am +++ b/smime/gui/Makefile.am @@ -45,3 +45,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 |