From 7ac05dbbea8543e4b1e1ac3f46779b7ad5191a81 Mon Sep 17 00:00:00 2001 From: cos Date: Sat, 10 Jan 2015 21:42:33 +0100 Subject: Initial commit of authenticate_session script. --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index a759288..8acae4d 100644 --- a/Makefile +++ b/Makefile @@ -19,3 +19,5 @@ all: install: $(INSTALLDIRS) install -d $(DESTDIR)/usr/bin/ install mat $(DESTDIR)/usr/bin/ + install -d $(DESTDIR)/usr/lib/netizen-mat/ + install authenticate_session $(DESTDIR)/usr/lib/netizen-mat/ -- cgit v1.2.3