diff options
author | kent@mysql.com/kent-amd64.(none) <> | 2006-11-27 21:15:25 +0100 |
---|---|---|
committer | kent@mysql.com/kent-amd64.(none) <> | 2006-11-27 21:15:25 +0100 |
commit | 1b61612f8699d1468964e62af57849041ed0a085 (patch) | |
tree | 436c494fde04721192907c0582bb096658725595 /ndb/src/mgmsrv/Makefile.am | |
parent | 27ead71f12ee2719daf2391358af6bf5491ef6ad (diff) | |
download | mariadb-git-1b61612f8699d1468964e62af57849041ed0a085.tar.gz |
ha_innodb.m4, Makefile.am, ha_ndbcluster.m4, Makefile.shared, ha_berkeley.m4:
Reenabled build outside source tree
Diffstat (limited to 'ndb/src/mgmsrv/Makefile.am')
-rw-r--r-- | ndb/src/mgmsrv/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ndb/src/mgmsrv/Makefile.am b/ndb/src/mgmsrv/Makefile.am index 7fd3fa66b43..effad38be10 100644 --- a/ndb/src/mgmsrv/Makefile.am +++ b/ndb/src/mgmsrv/Makefile.am @@ -23,7 +23,7 @@ INCLUDES_LOC = -I$(top_srcdir)/ndb/src/ndbapi \ -I$(top_srcdir)/ndb/src/common/mgmcommon \ -I$(top_srcdir)/ndb/src/mgmclient -LDADD_LOC = $(top_srcdir)/ndb/src/mgmclient/CommandInterpreter.o \ +LDADD_LOC = $(top_builddir)/ndb/src/mgmclient/CommandInterpreter.o \ $(top_builddir)/ndb/src/libndbclient.la \ $(top_builddir)/dbug/libdbug.a \ $(top_builddir)/mysys/libmysys.a \ |