gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [taler-merchant] branch master updated: add forgotten file


From: gnunet
Subject: [GNUnet-SVN] [taler-merchant] branch master updated: add forgotten file
Date: Fri, 28 Apr 2017 11:30:06 +0200

This is an automated email from the git hooks/post-receive script.

marcello pushed a commit to branch master
in repository merchant.

The following commit(s) were added to refs/heads/master by this push:
     new 466dcea  add forgotten file
466dcea is described below

commit 466dcea5cc46f47873a602656cb2eb70e390f3a2
Author: Marcello Stanisci <address@hidden>
AuthorDate: Fri Apr 28 11:30:09 2017 +0200

    add forgotten file
---
 src/mitm/Makefile.in | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/src/mitm/Makefile.in b/src/mitm/Makefile.in
new file mode 100644
index 0000000..5a845a1
--- /dev/null
+++ b/src/mitm/Makefile.in
@@ -0,0 +1,15 @@
+INSTALL = install -m 644 -Dt
+
+.PHONY: all
+all:
+       true
+
+
+.PHONY: install-data
+install-data:
+       $(INSTALL) @prefix@/share/taler/ merchant-mitm.wsgi
+
+.PHONY: install
+install: install-data
+       $(INSTALL) @prefix@/bin/ taler-merchant-mitm
+       pip3 install . --install-option="address@hidden@"

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]