From cfb43e683bf829de27b16e8652666ce417a2a448 Mon Sep 17 00:00:00 2001 From: "knielsen@mysql.com" <> Date: Mon, 27 Mar 2006 11:23:50 +0200 Subject: [PATCH] Add missing files for CMake build. --- dbug/Makefile.am | 2 +- extra/yassl/taocrypt/Makefile.am | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dbug/Makefile.am b/dbug/Makefile.am index 1046e770fa7..b0c8862bede 100644 --- a/dbug/Makefile.am +++ b/dbug/Makefile.am @@ -20,7 +20,7 @@ LDADD = libdbug.a ../mysys/libmysys.a ../strings/libmystrings.a pkglib_LIBRARIES = libdbug.a noinst_HEADERS = dbug_long.h libdbug_a_SOURCES = dbug.c sanity.c -EXTRA_DIST = example1.c example2.c example3.c \ +EXTRA_DIST = cmakelists.txt example1.c example2.c example3.c \ user.r monty.doc dbug_add_tags.pl \ my_main.c main.c factorial.c dbug_analyze.c NROFF_INC = example1.r example2.r example3.r main.r \ diff --git a/extra/yassl/taocrypt/Makefile.am b/extra/yassl/taocrypt/Makefile.am index c8413af3285..e882f7bafe6 100644 --- a/extra/yassl/taocrypt/Makefile.am +++ b/extra/yassl/taocrypt/Makefile.am @@ -1,2 +1,2 @@ SUBDIRS = src -EXTRA_DIST = taocrypt.dsw taocrypt.dsp taocrypt.vcproj +EXTRA_DIST = taocrypt.dsw taocrypt.dsp taocrypt.vcproj cmakelists.txt