From 9b94e38300ef023c12e66aa4df0efa1a8911a92c Mon Sep 17 00:00:00 2001 From: Christian Schaller Date: Mon, 9 Jan 2006 17:04:52 +0000 Subject: add Sun Audio plugin. Verified that nothing breaks and that make check works. Original commit message from CVS: add Sun Audio plugin. Verified that nothing breaks and that make check works. Don't think the docs gets properly built yet, but I don't understand exactly how to enable that. --- sys/Makefile.am | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'sys/Makefile.am') diff --git a/sys/Makefile.am b/sys/Makefile.am index 5406c313..160ec779 100644 --- a/sys/Makefile.am +++ b/sys/Makefile.am @@ -10,6 +10,12 @@ else OSS_DIR= endif +if USE_SUNAUDIO +SUNAUDIO_DIR=sunaudio +else +SUNAUDIO_DIR= +endif + # if USE_OSX_AUDIO # OSX_AUDIO_DIR=osxaudio # else @@ -28,12 +34,6 @@ endif # QCAM_DIR= # endif -# if USE_SUNAUDIO -# SUNAUDIO_DIR=sunaudio -# else -# SUNAUDIO_DIR= -# endif - # if USE_GST_V4L2 # V4L2_DIR=v4l2 # else @@ -58,6 +58,6 @@ endif # GL_DIR= # endif -SUBDIRS=$(OSS_DIR) +SUBDIRS=$(OSS_DIR) $(SUNAUDIO_DIR) -DIST_SUBDIRS=oss +DIST_SUBDIRS=oss sunaudio -- cgit