don't override CFLAGS
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12024 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
4e032cb7cf
commit
b4f6039607
|
@ -24,7 +24,6 @@ TESTS = torture_sresolv run_test_sresolv
|
|||
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 @@ dist_noinst_DATA = run_test_sresolv \
|
|||
|
||||
include $(top_srcdir)/rules/sofia.am
|
||||
|
||||
AM_CFLAGS += -I${top_srcdir}/s2check
|
||||
|
|
Loading…
Reference in New Issue