diff options
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | contrib/Makefile.am | 6 | ||||
-rw-r--r-- | contrib/rds-saa6588/.gitignore (renamed from utils/rds/.gitignore) | 0 | ||||
-rw-r--r-- | contrib/rds-saa6588/Makefile.am (renamed from utils/rds/Makefile.am) | 0 | ||||
-rw-r--r-- | contrib/rds-saa6588/rds-saa6588.c (renamed from utils/rds/rds-saa6588.c) | 0 | ||||
-rw-r--r-- | utils/Makefile.am | 8 |
6 files changed, 7 insertions, 9 deletions
diff --git a/configure.ac b/configure.ac index 3ab15e9e..f3691be3 100644 --- a/configure.ac +++ b/configure.ac @@ -27,7 +27,6 @@ AC_CONFIG_FILES([Makefile utils/cx18-ctl/Makefile utils/ivtv-ctl/Makefile utils/media-ctl/Makefile - utils/rds/Makefile utils/v4l2-compliance/Makefile utils/v4l2-ctl/Makefile utils/v4l2-dbg/Makefile @@ -48,6 +47,7 @@ AC_CONFIG_FILES([Makefile contrib/cobalt-ctl/Makefile contrib/decode_tm6000/Makefile contrib/xc3028-firmware/Makefile + contrib/rds-saa6588/Makefile v4l-utils-po/Makefile.in libdvbv5-po/Makefile.in diff --git a/contrib/Makefile.am b/contrib/Makefile.am index 7de015cf..d41dc539 100644 --- a/contrib/Makefile.am +++ b/contrib/Makefile.am @@ -1,5 +1,11 @@ if LINUX_OS SUBDIRS = test xc3028-firmware + +if HAVE_LINUX_I2C_DEV +SUBDIRS += \ + rds-saa6588 +endif + else SUBDIRS = freebsd endif diff --git a/utils/rds/.gitignore b/contrib/rds-saa6588/.gitignore index 101db6e9..101db6e9 100644 --- a/utils/rds/.gitignore +++ b/contrib/rds-saa6588/.gitignore diff --git a/utils/rds/Makefile.am b/contrib/rds-saa6588/Makefile.am index a551d9fb..a551d9fb 100644 --- a/utils/rds/Makefile.am +++ b/contrib/rds-saa6588/Makefile.am diff --git a/utils/rds/rds-saa6588.c b/contrib/rds-saa6588/rds-saa6588.c index 9f40872f..9f40872f 100644 --- a/utils/rds/rds-saa6588.c +++ b/contrib/rds-saa6588/rds-saa6588.c 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 |