From b5e01a01195777a9cc025acf7de0a12fdd681403 Mon Sep 17 00:00:00 2001 From: Simon Josefsson Date: Sat, 26 May 2007 17:41:00 +0200 Subject: [PATCH] Add opencdk.h to sources. --- libextra/opencdk/Makefile.am | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/libextra/opencdk/Makefile.am b/libextra/opencdk/Makefile.am index c5dde9be3..9f6a805f8 100644 --- a/libextra/opencdk/Makefile.am +++ b/libextra/opencdk/Makefile.am @@ -25,10 +25,9 @@ INCLUDES = -I$(top_srcdir)/lib \ noinst_LTLIBRARIES = libminiopencdk.la -libminiopencdk_la_SOURCES = armor.c filters.h main.c seskey.c types.h \ - cipher.c kbnode.c main.h packet.h dummy.c \ - sig-check.c verify.c compress.c keydb.c \ - misc.c pubkey.c stream.c write-packet.c \ - context.h literal.c new-packet.c read-packet.c stream.h +libminiopencdk_la_SOURCES = armor.c filters.h main.c seskey.c types.h \ + cipher.c kbnode.c main.h packet.h dummy.c sig-check.c verify.c \ + compress.c keydb.c misc.c pubkey.c stream.c write-packet.c \ + context.h literal.c new-packet.c read-packet.c stream.h opencdk.h EXTRA_DIST = README -- 2.11.4.GIT