linphone-developers
[Top][All Lists]
Advanced

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

[Linphone-developers] [PATCH] Use OSIP_CFLAGS to compile gtk front end.


From: Jeffrey C. Ollie
Subject: [Linphone-developers] [PATCH] Use OSIP_CFLAGS to compile gtk front end.
Date: Mon, 23 Apr 2007 13:05:20 -0500

Signed-off-by: Jeffrey C. Ollie <address@hidden>
---
 gtk/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/gtk/Makefile.am b/gtk/Makefile.am
index b98149d..cb05421 100644
--- a/gtk/Makefile.am
+++ b/gtk/Makefile.am
@@ -20,7 +20,7 @@ INCLUDES = \
        $(ORTP_CFLAGS) \
        -I$(top_srcdir)/coreapi \
        -I$(top_srcdir)/mediastreamer2/include \
-       -I$(osip_prefix)/include
+       $(OSIP_CFLAGS)
 
 
 
-- 
1.5.1.2





reply via email to

[Prev in Thread] Current Thread [Next in Thread]