From 808736b80536e76a04f75e961179bf4f79811eae Mon Sep 17 00:00:00 2001 From: Zaheer Abbas Merali Date: Tue, 10 Oct 2006 15:47:49 +0000 Subject: Add dvb detection and allow dvbsrc to be built. Original commit message from CVS: 2006-10-10 Zaheer Abbas Merali * configure.ac: * sys/Makefile.am: Add dvb detection and allow dvbsrc to be built. --- sys/Makefile.am | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'sys/Makefile.am') diff --git a/sys/Makefile.am b/sys/Makefile.am index dc2bf848..3866499c 100644 --- a/sys/Makefile.am +++ b/sys/Makefile.am @@ -28,6 +28,12 @@ else GL_DIR= endif -SUBDIRS = $(GL_DIR) +if USE_DVB +DVB_DIR=dvb +else +DVB_DIR= +endif + +SUBDIRS = $(GL_DIR) $(DVB_DIR) DIST_SUBDIRS = glsink dvb -- cgit v1.2.1