diff options
author | lars@mysql.com <> | 2005-10-14 01:14:23 +0200 |
---|---|---|
committer | lars@mysql.com <> | 2005-10-14 01:14:23 +0200 |
commit | 0abcffcb5df992724794582f21bbcdb552fa6d98 (patch) | |
tree | 9fe13b0ce30556fa9575d30b25fe47c35aac1393 /ndb/config | |
parent | cac5b085cd17836028a2c47c4c19066c4dd0b5a9 (diff) | |
download | mariadb-git-0abcffcb5df992724794582f21bbcdb552fa6d98.tar.gz |
WL#2835: Base64 mysys functions
Diffstat (limited to 'ndb/config')
-rw-r--r-- | ndb/config/type_ndbapi.mk.am | 4 | ||||
-rw-r--r-- | ndb/config/type_util.mk.am | 7 |
2 files changed, 9 insertions, 2 deletions
diff --git a/ndb/config/type_ndbapi.mk.am b/ndb/config/type_ndbapi.mk.am index ed648273aea..ab84c683e86 100644 --- a/ndb/config/type_ndbapi.mk.am +++ b/ndb/config/type_ndbapi.mk.am @@ -1,6 +1,8 @@ INCLUDES += \ - -I$(srcdir) -I$(top_srcdir)/include -I$(top_srcdir)/ndb/include \ + -I$(srcdir) -I$(top_srcdir)/include \ + -I$(top_srcdir)/mysys \ + -I$(top_srcdir)/ndb/include \ -I$(top_srcdir)/ndb/include/kernel \ -I$(top_srcdir)/ndb/include/transporter \ -I$(top_srcdir)/ndb/include/debugger \ diff --git a/ndb/config/type_util.mk.am b/ndb/config/type_util.mk.am index 0dfa77b7a7c..9e716d7cca6 100644 --- a/ndb/config/type_util.mk.am +++ b/ndb/config/type_util.mk.am @@ -1,6 +1,11 @@ -INCLUDES += -I$(srcdir) -I$(top_srcdir)/include \ +INCLUDES += -I$(srcdir) \ + -I$(top_srcdir)/include \ + -I$(top_srcdir)/mysys \ -I$(top_srcdir)/ndb/include \ -I$(top_srcdir)/ndb/include/util \ -I$(top_srcdir)/ndb/include/portlib \ -I$(top_srcdir)/ndb/include/logger + +LDADD += \ + $(top_builddir)/mysys/libmysys.a |