[Telepathy-commits] [telepathy-qt4/master] configure.ac: define PROTO_CFLAGS and PROTO_LIBS

Simon McVittie simon.mcvittie at collabora.co.uk
Tue Dec 2 03:09:26 PST 2008


---
 configure.ac |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/configure.ac b/configure.ac
index a6105d0..35d60ca 100644
--- a/configure.ac
+++ b/configure.ac
@@ -148,6 +148,12 @@ TP_QT4_LIBS='${top_builddir}/TelepathyQt4/libtelepathy-qt4.la'
 AC_SUBST(TP_QT4_CFLAGS)
 AC_SUBST(TP_QT4_LIBS)
 
+dnl Likewise for the prototype library
+PROTO_CFLAGS='-I${top_builddir} -I${top_srcdir}'
+PROTO_LIBS='${top_builddir}/TelepathyQt4/Prototype/libtpqt4-prototype.la'
+AC_SUBST(PROTO_CFLAGS)
+AC_SUBST(PROTO_LIBS)
+
 AC_PATH_PROGS([PINOCCHIO], [telepathy-pinocchio], [none],
   [$PATH:/usr/local/libexec:/usr/libexec:/usr/lib/telepathy])
 AC_PATH_PROGS([PINOCCHIO_CTL], [pinocchio-ctl], [none])
-- 
1.5.6.5




More information about the Telepathy-commits mailing list