diff options
author | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2017-09-14 12:03:34 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2017-09-14 12:06:08 -0300 |
commit | 0507dace6a34e81eb38c72f25bc531510bb5e269 (patch) | |
tree | c73492a89942a5830baa7ed41ae46744ba80a8ad /utils/Makefile.am | |
parent | c4e002f21434decdadb4cc67a52577d0cd28cd5e (diff) |
utils: move rds out of it, placing at contrib
The rds/ dir isn't a core RDS set of utilities, but something else.
Move it to contrib/
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'utils/Makefile.am')
-rw-r--r-- | utils/Makefile.am | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/utils/Makefile.am b/utils/Makefile.am index 5e830f56..1e278cc5 100644 --- a/utils/Makefile.am +++ b/utils/Makefile.am @@ -24,14 +24,6 @@ SUBDIRS += \ dvb endif -if LINUX_OS - -if HAVE_LINUX_I2C_DEV -SUBDIRS += \ - rds -endif -endif - if WITH_QV4L2 SUBDIRS += qv4l2 endif |