From 1e79ce2b00626ec2cbc65842d9d243a2b10cebc2 Mon Sep 17 00:00:00 2001 From: sletz Date: Sun, 3 Sep 2006 08:09:02 +0000 Subject: [PATCH] Updated for new directory structure git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@1198 0c269be4-1314-0410-8aa9-9f06e86f4224 --- linux/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/linux/Makefile b/linux/Makefile index 2d6f2ba2..ddc731fc 100644 --- a/linux/Makefile +++ b/linux/Makefile @@ -1,10 +1,10 @@ -subprojects := ../common ../common/test alsa +subprojects := ../common ../tests ../example-clients alsa # WARNING: installation works correctly only when done in /usr/local prefix := /usr/local -sources := $(wildcard *.cpp) $(wildcard */*.cpp) $(wildcard ../common/*.cpp) $(wildcard ../common/test/*.cpp) +sources := $(wildcard *.cpp) $(wildcard */*.cpp) $(wildcard ../common/*.cpp) $(wildcard ../tests/*.cpp) TARGET_LINUX_SERVER := jackdmp