mirror of
https://github.com/samba-team/samba.git
synced 2024-12-24 21:34:56 +03:00
make install to install libctdb.a
(This used to be ctdb commit 93f1622cd4106fb1a2acbe643cbb2b3dc9fd0103)
This commit is contained in:
parent
41634eae3b
commit
080cef25d0
@ -219,6 +219,7 @@ install: all
|
||||
${INSTALLCMD} -m 755 bin/ctdbd $(DESTDIR)$(sbindir)
|
||||
${INSTALLCMD} -m 755 bin/smnotify $(DESTDIR)$(bindir)
|
||||
$(INSTALLCMD) -m 755 bin/ping_pong $(DESTDIR)$(bindir)
|
||||
$(INSTALLCMD) -m 755 libctdb/libctdb.a $(DESTDIR)$(libdir)
|
||||
${INSTALLCMD} -m 644 include/ctdb.h $(DESTDIR)$(includedir)
|
||||
${INSTALLCMD} -m 644 include/ctdb_client.h $(DESTDIR)$(includedir)
|
||||
${INSTALLCMD} -m 644 include/ctdb_protocol.h $(DESTDIR)$(includedir)
|
||||
|
Loading…
Reference in New Issue
Block a user