diff options
author | Stefan Metzmacher <metze@samba.org> | 2009-02-09 11:56:05 +0100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2009-02-09 11:57:14 +0100 |
commit | c6b440d1b7f88af2897b9b2e9b09f05b488a1685 (patch) | |
tree | 0aa6f8e5d2f086cef25673e0a8fa2342950ae1a1 /source4/Makefile | |
parent | 5438d7dad8d349f8fdc07a89870ddafb9c54a68f (diff) | |
download | samba-c6b440d1b7f88af2897b9b2e9b09f05b488a1685.tar.gz |
s4:Makefile: fix PUBLIC_HEADERS typo
metze
Diffstat (limited to 'source4/Makefile')
-rw-r--r-- | source4/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/Makefile b/source4/Makefile index 267e302c9f7..508836f6da0 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) |