From fe146fdb77dc15c19cd540fe9aedfe4846ef7580 Mon Sep 17 00:00:00 2001 From: "mronstrom@mysql.com" <> Date: Thu, 27 May 2004 18:41:56 +0200 Subject: [PATCH] Fix for building libndbclient before entering kernel --- ndb/src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ndb/src/Makefile.am b/ndb/src/Makefile.am index 8e9b7abab52..99ce0a25d6b 100644 --- a/ndb/src/Makefile.am +++ b/ndb/src/Makefile.am @@ -1,4 +1,4 @@ -SUBDIRS = common mgmapi ndbapi kernel mgmsrv mgmclient cw +SUBDIRS = common mgmapi ndbapi . kernel mgmsrv mgmclient cw ndblib_LTLIBRARIES = libndbclient.la