mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
s4:Makefile: try to fix 'make installheaders' on *BSD systems
metze
This commit is contained in:
parent
b6597424db
commit
8e4816f007
@ -146,7 +146,7 @@ endif
|
||||
clean::
|
||||
@find ../lib ../libcli ../librpc ../nsswitch -name '*.o' -o -name '*.ho' | xargs rm -f
|
||||
|
||||
PUBLIC_HEADERS += $(srcdir)/version.h
|
||||
PUBLIC_HEADERS += ./version.h
|
||||
|
||||
libraries:: $(STATIC_LIBS) $(SHARED_LIBS)
|
||||
modules:: $(PLUGINS)
|
||||
|
Loading…
Reference in New Issue
Block a user