From 87163311e2e86e28f49661ef12cab55b210ae182 Mon Sep 17 00:00:00 2001 From: "Rafael G. Martins" Date: Tue, 13 Dec 2016 22:56:13 +0100 Subject: lambda: add more dependencies --- Makefile.am | 23 +---------------------- 1 file changed, 1 insertion(+), 22 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 104ec83..ba3f12a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -703,25 +703,4 @@ valgrind: all endif -## Helpers: blogc-github-lambda - -blogc-github-lambda-$(VERSION).zip: blogc $(top_srcdir)/LICENSE $(top_srcdir)/src/blogc-github-lambda/lambda_function.py - -rm -f blogc-github-lambda-$(VERSION).zip - $(MKDIR_P) src/blogc-github-lambda - $(INSTALL) -m 644 \ - $(top_srcdir)/LICENSE \ - src/blogc-github-lambda/ - $(INSTALL) -m 644 -C \ - $(top_srcdir)/src/blogc-github-lambda/lambda_function.py \ - src/blogc-github-lambda/ - $(INSTALL) -m 755 \ - blogc \ - src/blogc-github-lambda/blogc - $(STRIP) src/blogc-github-lambda/blogc - cd src/blogc-github-lambda && \ - zip -rq $(abs_top_builddir)/blogc-github-lambda-$(VERSION).zip LICENSE blogc lambda_function.py - -blogc-github-lambda: blogc-github-lambda-$(VERSION).zip - - -.PHONY: dist-srpm valgrind blogc-github-lambda +.PHONY: dist-srpm valgrind -- cgit v1.2.3-18-g5258