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:
parent
5438d7dad8
commit
c6b440d1b7
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user