[libqb] [patch] Create default SOCKETDIR for "distcheck" target

Andrei Belov defanator at gmail.com
Wed Apr 10 08:51:17 UTC 2013


This makes possible to run tests on systems where
QB_IPC_SOCKET is the only supported method.
---
 Makefile.am |    3 +++
 1 file changed, 3 insertions(+)

diff --git a/Makefile.am b/Makefile.am
index 74a464e..cbc5954 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -136,3 +136,6 @@ gen-ChangeLog:
                rm -f $(distdir)/ChangeLog;                             \
                mv $(distdir)/cl-t $(distdir)/ChangeLog;                \
        fi
+
+distcheck-hook:
+       mkdir -p $(distdir)/_inst/var/run
-- 

Cheers,
Andrei


More information about the quarterback-devel mailing list