From 982ed5e21beddde6e48a0ec01593a18cf5fb5695 Mon Sep 17 00:00:00 2001 From: Sam Hocevar Date: Thu, 9 May 2013 20:01:38 +0000 Subject: [PATCH] build: add directory structure for some new projects. --- configure.ac | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/configure.ac b/configure.ac index 38f63d46..a94fca2e 100644 --- a/configure.ac +++ b/configure.ac @@ -507,6 +507,10 @@ AC_CONFIG_FILES( people/jylam/Makefile people/jylam/private/Makefile people/jylam/private/chat/Makefile + people/sam/Makefile + people/sam/private/Makefile + people/sam/private/kanagawa/Makefile + people/sam/private/sapp/Makefile ]) AC_OUTPUT