[tracker/configure-for-binaries: 30/60] utils/playlists: Cleaned up CFLAGS/LIBS
- From: Martyn James Russell <mr src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tracker/configure-for-binaries: 30/60] utils/playlists: Cleaned up CFLAGS/LIBS
- Date: Mon, 25 Oct 2010 18:35:54 +0000 (UTC)
commit ba9d4769c42a318b349647d43395b95be614d7f1
Author: Martyn Russell <martyn lanedo com>
Date: Mon Oct 25 15:13:00 2010 +0100
utils/playlists: Cleaned up CFLAGS/LIBS
utils/playlists/Makefile.am | 7 +++----
1 files changed, 3 insertions(+), 4 deletions(-)
---
diff --git a/utils/playlists/Makefile.am b/utils/playlists/Makefile.am
index 1c34ff0..83f8891 100644
--- a/utils/playlists/Makefile.am
+++ b/utils/playlists/Makefile.am
@@ -7,8 +7,7 @@ noinst_PROGRAMS += playlist2ttl
endif
INCLUDES = \
- -DG_LOG_DOMAIN=\"Tracker\" \
- $(WARN_CFLAGS) \
+ $(BUILD_CFLAGS) \
$(GLIB2_CFLAGS) \
$(GIO_CFLAGS) \
$(TOTEM_PL_PARSER_CFLAGS)
@@ -18,6 +17,6 @@ playlist2ttl_SOURCES = \
playlist2ttl_LDADD = \
$(TOTEM_PL_PARSER_LIBS) \
+ $(BUILD_LIBS) \
$(GLIB2_LIBS) \
- $(GIO_LIBS) \
- $(GCOV_LIBS)
\ No newline at end of file
+ $(GIO_LIBS)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]