1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-08 21:18:16 +03:00

s4:Makefile: fix PUBLIC_HEADERS typo

metze
This commit is contained in:
Stefan Metzmacher 2009-02-09 11:56:05 +01:00
parent 5438d7dad8
commit c6b440d1b7

View File

@ -146,7 +146,7 @@ endif
clean:: clean::
@find ../lib ../libcli ../librpc ../nsswitch -name '*.o' -o -name '*.ho' | xargs rm -f @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) libraries:: $(STATIC_LIBS) $(SHARED_LIBS)
modules:: $(PLUGINS) modules:: $(PLUGINS)