summaryrefslogtreecommitdiff
path: root/source4/Makefile
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2009-02-26 10:55:00 +0100
committerStefan Metzmacher <metze@samba.org>2009-02-26 10:55:00 +0100
commit8e4816f0078fd94a1b83798f52a63dc679eed47e (patch)
treeb3bf4ea650f406ecbf7ead45b5f2a82328fa9a1f /source4/Makefile
parentb6597424dbacdbfcaa37d8860fc4343be1a4514a (diff)
downloadsamba-8e4816f0078fd94a1b83798f52a63dc679eed47e.tar.gz
samba-8e4816f0078fd94a1b83798f52a63dc679eed47e.tar.bz2
samba-8e4816f0078fd94a1b83798f52a63dc679eed47e.zip
s4:Makefile: try to fix 'make installheaders' on *BSD systems
metze
Diffstat (limited to 'source4/Makefile')
-rw-r--r--source4/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/Makefile b/source4/Makefile
index 508836f6da..15b1b8ba40 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)