1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-20 22:50:26 +03:00

added install target

(This used to be ctdb commit f24f043a18082d21ba240a73de9daab50cd442a5)
This commit is contained in:
Andrew Tridgell 2007-04-27 17:24:10 +02:00
parent d2f600b15f
commit 4c6d6d4aa6

View File

@ -105,5 +105,12 @@ distclean: clean
rm -f config.log config.status config.cache config.h
rm -f Makefile
install:
mkdir -p $(bindir)
mkdir -p $(includedir)
cp $(BINS) $(bindir)
cp $(srcdir)/include/ctdb.h $(includedir)
realdistclean: distclean
rm -f configure config.h.in