Browse Source

Updated for new directory structure

git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@1198 0c269be4-1314-0410-8aa9-9f06e86f4224
tags/0.58
sletz 18 years ago
parent
commit
1e79ce2b00
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      linux/Makefile

+ 2
- 2
linux/Makefile View File

@@ -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



Loading…
Cancel
Save