[Freeswitch-svn] [commit] r12024 - freeswitch/trunk/libs/sofia-sip/libsofia-sip-ua/sresolv
FreeSWITCH SVN
mikej at freeswitch.org
Sat Feb 14 19:29:10 PST 2009
Author: mikej
Date: Sat Feb 14 21:29:09 2009
New Revision: 12024
Log:
don't override CFLAGS
Modified:
freeswitch/trunk/libs/sofia-sip/libsofia-sip-ua/sresolv/Makefile.am
Modified: freeswitch/trunk/libs/sofia-sip/libsofia-sip-ua/sresolv/Makefile.am
==============================================================================
--- freeswitch/trunk/libs/sofia-sip/libsofia-sip-ua/sresolv/Makefile.am (original)
+++ freeswitch/trunk/libs/sofia-sip/libsofia-sip-ua/sresolv/Makefile.am Sat Feb 14 21:29:09 2009
@@ -24,7 +24,6 @@
check_PROGRAMS += check_sres_sip
TESTS += check_sres_sip
check_sres_sip_LDADD = $(LDADD) ${top_builddir}/s2check/libs2.a @CHECK_LIBS@
-CFLAGS += -I${top_srcdir}/s2check
CLEANFILES = resolv.conf error.conf named.conf.tmp \
.test_sresolv.api.conf.?????? \
@@ -68,3 +67,4 @@
include $(top_srcdir)/rules/sofia.am
+AM_CFLAGS += -I${top_srcdir}/s2check
More information about the Freeswitch-svn
mailing list