diff options
author | Simo Sorce <idra@samba.org> | 2009-01-30 20:11:37 -0500 |
---|---|---|
committer | Simo Sorce <idra@samba.org> | 2009-01-30 20:12:50 -0500 |
commit | 0498a30b223861a9ea10c75848387755ddedd411 (patch) | |
tree | c56e5a2054920bfd667b71dd643abf72c3bcbf23 /source4/lib | |
parent | de4f7c0787498ba0030b67a98a5361900775fca1 (diff) | |
download | samba-0498a30b223861a9ea10c75848387755ddedd411.tar.gz samba-0498a30b223861a9ea10c75848387755ddedd411.tar.bz2 samba-0498a30b223861a9ea10c75848387755ddedd411.zip |
Install mising public headers
Diffstat (limited to 'source4/lib')
-rw-r--r-- | source4/lib/ldb/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/ldb/Makefile.in b/source4/lib/ldb/Makefile.in index 6313fc1622..7f00e8ebee 100644 --- a/source4/lib/ldb/Makefile.in +++ b/source4/lib/ldb/Makefile.in @@ -67,7 +67,7 @@ MDLD_FLAGS = @MDLD_FLAGS@ OBJS = $(MODULES_OBJ) $(COMMON_OBJ) $(LDB_TDB_OBJ) $(TDB_OBJ) $(TEVENT_OBJ) $(TALLOC_OBJ) $(POPT_OBJ) $(LDB_MAP_OBJ) @LIBREPLACEOBJ@ $(EXTRA_OBJ) -headers = $(srcdir)/include/ldb.h $(srcdir)/include/ldb_errors.h $(srcdir)/include/ldb_handlers.h +headers = $(srcdir)/include/ldb.h $(srcdir)/include/ldb_errors.h $(srcdir)/include/ldb_handlers.h $(srcdir)/include/ldb_includes.h $(srcdir)/include/ldb_module.h BINS = bin/ldbadd bin/ldbsearch bin/ldbdel bin/ldbmodify bin/ldbedit bin/ldbrename bin/ldbtest |