Rev 206: added install target in http://samba.org/~tridge/ctdb

tridge at samba.org tridge at samba.org
Fri Apr 27 15:24:11 GMT 2007


------------------------------------------------------------
revno: 206
revision-id: tridge at samba.org-20070427152410-zzgcxffd1y2fsyz9
parent: tridge at samba.org-20070427151047-fvef601i9ea2dnrj
committer: Andrew Tridgell <tridge at samba.org>
branch nick: tridge
timestamp: Fri 2007-04-27 17:24:10 +0200
message:
  added install target
modified:
  Makefile.in                    makefile.in-20061117234101-o3qt14umlg9en8z0-1
=== modified file 'Makefile.in'
--- a/Makefile.in	2007-04-26 12:51:41 +0000
+++ b/Makefile.in	2007-04-27 15:24:10 +0000
@@ -105,5 +105,12 @@
 	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



More information about the samba-cvs mailing list