[tasks/gnome3] build: remove libunique flags



commit 8194321448992d3f16d534033ba22ac3d2b1177f
Author: Ross Burton <ross burton intel com>
Date:   Thu Feb 23 13:15:17 2012 +0000

    build: remove libunique flags

 src/gtk/Makefile.am |    6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)
---
diff --git a/src/gtk/Makefile.am b/src/gtk/Makefile.am
index 55c3ddc..7023d1c 100644
--- a/src/gtk/Makefile.am
+++ b/src/gtk/Makefile.am
@@ -7,14 +7,12 @@ tasks_CFLAGS = \
 	$(WARN_CFLAGS) \
 	$(GTK_CFLAGS) \
 	$(ECAL_CFLAGS) \
-	$(OWL_CFLAGS) \
-	$(UNIQUE_CFLAGS)
+	$(OWL_CFLAGS)
 tasks_LDADD = \
 	$(top_builddir)/libkoto/libkoto.a \
 	$(GTK_LIBS) \
 	$(ECAL_LIBS) \
-	$(OWL_LIBS) \
-	$(UNIQUE_LIBS)
+	$(OWL_LIBS)
 
 tasks_SOURCES = \
 	main.c \



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]