summaryrefslogtreecommitdiff
path: root/orkaudio/Makefile.am
diff options
context:
space:
mode:
authorHenri Herscher <henri@oreka.org>2006-01-23 15:32:39 +0000
committerHenri Herscher <henri@oreka.org>2006-01-23 15:32:39 +0000
commit058f66c49c06fb82d8a6fab881e0a7e0622f7c64 (patch)
treef87094b5ac1ceb46c62282e71b92eeeb07943607 /orkaudio/Makefile.am
parente448439e737fdf98720f08f498879d1826acca55 (diff)
Filter plugins now build under Linux (added Makefile.am files).
git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@127 09dcff7a-b715-0410-9601-b79a96267cd0
Diffstat (limited to 'orkaudio/Makefile.am')
-rw-r--r--orkaudio/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/orkaudio/Makefile.am b/orkaudio/Makefile.am
index 7159c4d..afff9df 100644
--- a/orkaudio/Makefile.am
+++ b/orkaudio/Makefile.am
@@ -13,7 +13,7 @@ orkaudio_SOURCES = OrkAudio.cpp AudioTape.cpp \
MultiThreadedServer.cpp Reporting.cpp
AM_CPPFLAGS = -D_REENTRANT
INCLUDES = -I@top_srcdir@ -I../orkbasecxx
-SUBDIRS = audiocaptureplugins messages audiofile
+SUBDIRS = audiocaptureplugins messages audiofile filters
orkaudio_LDADD = $(top_builddir)/messages/libmessages.la \
$(top_builddir)/audiofile/libaudiofile.la