diff options
Diffstat (limited to 'source4')
-rw-r--r-- | source4/lib/charset/config.mk | 2 | ||||
-rw-r--r-- | source4/lib/tdb/config.mk | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/source4/lib/charset/config.mk b/source4/lib/charset/config.mk index 67703fbc37..b4ed37f705 100644 --- a/source4/lib/charset/config.mk +++ b/source4/lib/charset/config.mk @@ -7,6 +7,6 @@ OBJ_FILES = \ util_unistr.o PUBLIC_HEADERS = charset.h PUBLIC_PROTO_HEADER = charset_proto.h -PUBLIC_DEPENDENCIES = ICONV +PUBLIC_DEPENDENCIES = ICONV LIBREPLACE # End SUBSYSTEM CHARSET ################################################ diff --git a/source4/lib/tdb/config.mk b/source4/lib/tdb/config.mk index b1e6e82d74..1dbe26428b 100644 --- a/source4/lib/tdb/config.mk +++ b/source4/lib/tdb/config.mk @@ -8,6 +8,7 @@ OBJ_FILES = \ common/tdb.o common/dump.o common/io.o common/lock.o \ common/open.o common/traverse.o common/freelist.o \ common/error.o common/transaction.o common/tdbutil.o +CFLAGS = -Ilib/tdb/include PUBLIC_DEPENDENCIES = \ LIBREPLACE PUBLIC_HEADERS = include/tdb.h |