summaryrefslogtreecommitdiffstats
path: root/source/lib/ldb
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2006-09-06 07:11:09 +0000
committerAndrew Tridgell <tridge@samba.org>2006-09-06 07:11:09 +0000
commit34f16043e9b5319a3144d45347745dc34ea69f31 (patch)
treeb7fba193eb16fd119abe4280591e78d185b45ccc /source/lib/ldb
parent94afdb7d1c4ae6fec87055c1fd0c5bc438e3990d (diff)
downloadsamba-34f16043e9b5319a3144d45347745dc34ea69f31.tar.gz
samba-34f16043e9b5319a3144d45347745dc34ea69f31.tar.xz
samba-34f16043e9b5319a3144d45347745dc34ea69f31.zip
r18143: the 'showflags' convention from Samba is useful for the other packages
Diffstat (limited to 'source/lib/ldb')
-rw-r--r--source/lib/ldb/Makefile.in7
1 files changed, 6 insertions, 1 deletions
diff --git a/source/lib/ldb/Makefile.in b/source/lib/ldb/Makefile.in
index af47667bed8..f25a6767237 100644
--- a/source/lib/ldb/Makefile.in
+++ b/source/lib/ldb/Makefile.in
@@ -53,7 +53,12 @@ EXAMPLES = examples/ldbreader examples/ldifreader
DIRS = lib bin common ldb_tdb ldb_ldap ldb_sqlite3 modules tools examples tdb talloc
-all: dirs $(OBJS) $(LDB_LIB) $(BINS) $(EXAMPLES) manpages
+all: showflags dirs $(OBJS) $(LDB_LIB) $(BINS) $(EXAMPLES) manpages
+
+showflags:
+ @echo 'ldb will be compiled with flags:'
+ @echo ' CFLAGS = $(CFLAGS)'
+ @echo ' LIBS = $(LIBS)'
.c.o:
@echo Compiling $*.c