s4:Makefile: fix PUBLIC_HEADERS typo
authorStefan Metzmacher <metze@samba.org>
Mon, 9 Feb 2009 10:56:05 +0000 (11:56 +0100)
committerStefan Metzmacher <metze@samba.org>
Mon, 9 Feb 2009 10:57:14 +0000 (11:57 +0100)
metze

source4/Makefile

index 267e302c9f790d9ac907935c6910609e83c5df28..508836f6da00d835515bd85339ed2c53e5eb6fa1 100644 (file)
@@ -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)