The branch, master has been updated via 8e4816f0078fd94a1b83798f52a63dc679eed47e (commit) from b6597424dbacdbfcaa37d8860fc4343be1a4514a (commit)
http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master - Log ----------------------------------------------------------------- commit 8e4816f0078fd94a1b83798f52a63dc679eed47e Author: Stefan Metzmacher <me...@samba.org> Date: Thu Feb 26 10:55:00 2009 +0100 s4:Makefile: try to fix 'make installheaders' on *BSD systems metze ----------------------------------------------------------------------- Summary of changes: source4/Makefile | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) Changeset truncated at 500 lines: diff --git a/source4/Makefile b/source4/Makefile index 508836f..15b1b8b 100644 --- a/source4/Makefile +++ b/source4/Makefile @@ -146,7 +146,7 @@ endif clean:: @find ../lib ../libcli ../librpc ../nsswitch -name '*.o' -o -name '*.ho' | xargs rm -f -PUBLIC_HEADERS += $(srcdir)/version.h +PUBLIC_HEADERS += ./version.h libraries:: $(STATIC_LIBS) $(SHARED_LIBS) modules:: $(PLUGINS) -- Samba Shared Repository