[tracker/configure-for-binaries: 43/80] utils/playlists: Instead of using #if in Makefile, do it for parent's SUBDIRS
- From: Martyn James Russell <mr src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tracker/configure-for-binaries: 43/80] utils/playlists: Instead of using #if in Makefile, do it for parent's SUBDIRS
- Date: Wed, 27 Oct 2010 14:21:21 +0000 (UTC)
commit 3f39d581e470d4884e73b3d7b7d76e4b660f6094
Author: Martyn Russell <martyn lanedo com>
Date: Mon Oct 25 16:34:21 2010 +0100
utils/playlists: Instead of using #if in Makefile, do it for parent's SUBDIRS
utils/Makefile.am | 5 ++++-
utils/playlists/Makefile.am | 6 +-----
2 files changed, 5 insertions(+), 6 deletions(-)
---
diff --git a/utils/Makefile.am b/utils/Makefile.am
index 6b60ac7..bcb76f2 100644
--- a/utils/Makefile.am
+++ b/utils/Makefile.am
@@ -4,6 +4,9 @@ SUBDIRS = \
gtk-sparql \
lyrics \
services \
- playlists \
data-generators \
mtp
+
+if HAVE_TOTEM_PL_PARSER
+SUBDIRS += playlists
+endif
\ No newline at end of file
diff --git a/utils/playlists/Makefile.am b/utils/playlists/Makefile.am
index 83f8891..c9d377d 100644
--- a/utils/playlists/Makefile.am
+++ b/utils/playlists/Makefile.am
@@ -1,10 +1,6 @@
include $(top_srcdir)/Makefile.decl
-noinst_PROGRAMS =
-
-if HAVE_TOTEM_PL_PARSER
-noinst_PROGRAMS += playlist2ttl
-endif
+noinst_PROGRAMS = playlist2ttl
INCLUDES = \
$(BUILD_CFLAGS) \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]