diff options
author | unknown <tomas@mc05.(none)> | 2004-06-03 17:54:18 +0200 |
---|---|---|
committer | unknown <tomas@mc05.(none)> | 2004-06-03 17:54:18 +0200 |
commit | e39719ad5455e6fcaf99f6f40dc526f38ca60036 (patch) | |
tree | 50e28e0304fa4950037a757067aa1c7c2dbb32ec /ndb/src/mgmsrv/Makefile.am | |
parent | 0f7a9f61023d97b60286ed7b72f27a9fb343f083 (diff) | |
download | mariadb-git-e39719ad5455e6fcaf99f6f40dc526f38ca60036.tar.gz |
top_srcdir -> top_builddir
Diffstat (limited to 'ndb/src/mgmsrv/Makefile.am')
-rw-r--r-- | ndb/src/mgmsrv/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ndb/src/mgmsrv/Makefile.am b/ndb/src/mgmsrv/Makefile.am index 143e0996103..7237be88159 100644 --- a/ndb/src/mgmsrv/Makefile.am +++ b/ndb/src/mgmsrv/Makefile.am @@ -17,8 +17,8 @@ INCLUDES_LOC = -I$(top_srcdir)/ndb/src/ndbapi \ -I$(top_srcdir)/ndb/src/mgmapi \ -I$(top_srcdir)/ndb/src/common/mgmcommon -LDADD_LOC = $(top_srcdir)/ndb/src/libndbclient.la \ - $(top_srcdir)/ndb/src/common/editline/libeditline.a \ +LDADD_LOC = $(top_builddir)/ndb/src/libndbclient.la \ + $(top_builddir)/ndb/src/common/editline/libeditline.a \ @TERMCAP_LIB@ include $(top_srcdir)/ndb/config/common.mk.am |