mirror of
https://github.com/samba-team/samba.git
synced 2025-03-01 04:58:35 +03:00
Fix talloc .so installation.
(This used to be commit ae522f907ed1b7533d0824224d692c64c7169057)
This commit is contained in:
parent
411776505c
commit
cf2df1ebd5
@ -16,7 +16,7 @@ install:: all
|
||||
${INSTALLCMD} -d $(DESTDIR)$(libdir)
|
||||
${INSTALLCMD} -d $(DESTDIR)$(libdir)/pkgconfig
|
||||
${INSTALLCMD} -m 755 libtalloc.a $(DESTDIR)$(libdir)
|
||||
${INSTALLCMD} -m 755 $(SOLIB) $(DESTDIR)$(libdir)
|
||||
${INSTALLCMD} -m 755 $(TALLOC_SOLIB) $(DESTDIR)$(libdir)
|
||||
${INSTALLCMD} -d $(DESTDIR)${includedir}
|
||||
${INSTALLCMD} -m 644 $(srcdir)/talloc.h $(DESTDIR)$(includedir)
|
||||
${INSTALLCMD} -m 644 talloc.pc $(DESTDIR)$(libdir)/pkgconfig
|
||||
|
Loading…
x
Reference in New Issue
Block a user