[gnome-keyring] [gpg-agent] Fix typo in Makefile.am



commit b571acf515d3b338b54272727f823b55fe79a722
Author: Stef Walter <stef memberwebs com>
Date:   Wed Oct 6 23:01:16 2010 +0000

    [gpg-agent] Fix typo in Makefile.am
    
    Fix missing slash.

 daemon/gpg-agent/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/daemon/gpg-agent/Makefile.am b/daemon/gpg-agent/Makefile.am
index 48671f9..5654b6c 100644
--- a/daemon/gpg-agent/Makefile.am
+++ b/daemon/gpg-agent/Makefile.am
@@ -3,7 +3,7 @@ INCLUDES = \
 	-I$(top_builddir) \
 	-I$(top_srcdir) \
 	-I$(top_srcdir)/pkcs11 \
-	-DGCK_API_SUBJECT_TO_CHANGE
+	-DGCK_API_SUBJECT_TO_CHANGE \
 	$(GOBJECT_CFLAGS) \
 	$(GIO_CFLAGS) \
 	$(GLIB_CFLAGS)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]