diff options
Diffstat (limited to 'sys/Makefile.am')
-rw-r--r-- | sys/Makefile.am | 8 |
1 files changed, 7 insertions, 1 deletions
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 |