From 4ce57b40f592128bb3a93068451de5eca61573e9 Mon Sep 17 00:00:00 2001 From: Ben Kibbey Date: Fri, 14 Dec 2007 21:00:44 -0500 Subject: [PATCH] Added src/assuan-errors.h to the archive. --- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile.am b/src/Makefile.am index 2d382c03..ea84f312 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -20,5 +20,5 @@ pwmd_SOURCES += mem.c mem.h endif if WITH_PINENTRY -pwmd_SOURCES += pinentry.c pinentry.h +pwmd_SOURCES += pinentry.c pinentry.h assuan-errors.h endif -- 2.11.4.GIT