summaryrefslogtreecommitdiff
path: root/source4/Makefile
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2009-02-09 11:56:05 +0100
committerStefan Metzmacher <metze@samba.org>2009-02-09 11:57:14 +0100
commitc6b440d1b7f88af2897b9b2e9b09f05b488a1685 (patch)
tree0aa6f8e5d2f086cef25673e0a8fa2342950ae1a1 /source4/Makefile
parent5438d7dad8d349f8fdc07a89870ddafb9c54a68f (diff)
downloadsamba-c6b440d1b7f88af2897b9b2e9b09f05b488a1685.tar.gz
samba-c6b440d1b7f88af2897b9b2e9b09f05b488a1685.tar.bz2
samba-c6b440d1b7f88af2897b9b2e9b09f05b488a1685.zip
s4:Makefile: fix PUBLIC_HEADERS typo
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 267e302c9f..508836f6da 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_HEADES += $(srcdir)/version.h
+PUBLIC_HEADERS += $(srcdir)/version.h
libraries:: $(STATIC_LIBS) $(SHARED_LIBS)
modules:: $(PLUGINS)