[Telepathy-commits] [telepathy-qt4/master] Prototype: link library against main tp-qt4 library

Simon McVittie simon.mcvittie at collabora.co.uk
Tue Dec 2 02:57:38 PST 2008


---
 TelepathyQt4/Prototype/Makefile.am |   10 ++++++----
 1 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/TelepathyQt4/Prototype/Makefile.am b/TelepathyQt4/Prototype/Makefile.am
index 1f65a49..316693d 100644
--- a/TelepathyQt4/Prototype/Makefile.am
+++ b/TelepathyQt4/Prototype/Makefile.am
@@ -82,14 +82,16 @@ check-local: check-coding-style
 
 AM_CXXFLAGS = \
     $(ERROR_CXXFLAGS) \
-    @QTCORE_CFLAGS@ \
-    @QTDBUS_CFLAGS@ \
+    $(QTCORE_CFLAGS) \
+    $(QTDBUS_CFLAGS) \
+    $(TP_QT4_CFLAGS) \
     -I$(top_builddir) \
     -I$(top_srcdir)
 
 ALL_LIBS = \
-    @QTCORE_LIBS@ \
-    @QTDBUS_LIBS@
+    $(QTCORE_LIBS) \
+    $(QTDBUS_LIBS) \
+    $(TP_QT4_LIBS)
 
 # Generated stuff
 
-- 
1.5.6.5




More information about the Telepathy-commits mailing list