diff options
Diffstat (limited to 'source4/lib')
-rw-r--r-- | source4/lib/ldb/Makefile.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/source4/lib/ldb/Makefile.in b/source4/lib/ldb/Makefile.in index f638b340a1..3bfae08c27 100644 --- a/source4/lib/ldb/Makefile.in +++ b/source4/lib/ldb/Makefile.in @@ -68,6 +68,10 @@ DIRS = lib bin all: $(DIRS) $(BINS) $(LIBS) manpages +.c.o: + @echo Compiling $*.c + @$(CC) $(CFLAGS) -c $< -o $@ + lib: mkdir -p lib |