[tracker/rss-enclosures] utils/playlists: Cleaned up CFLAGS/LIBS



commit 5611822f835bf5af43cf53030ca37501755062ce
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]