* #6212: remove extraneous flags from globals.mak

Reducies implicit dependencies in sfl-phone-common.
This commit is contained in:
Tristan Matthews
2011-06-20 11:37:59 -04:00
parent a77dfdf70d
commit 7464f6be5b

View File

@ -56,14 +56,9 @@ AM_CPPFLAGS = \
-I$(src)/src \
-I$(src)/src/config \
-I$(src)/test \
$(SIP_CFLAGS) \
-DPREFIX=\"$(prefix)\" \
-DPROGSHAREDIR=\"${datadir}/sflphone\" \
$(ZEROCONFFLAGS) \
$(GSTREAMER_CFLAGS) \
$(LIBAVCODEC_CFLAGS) \
$(LIBSWSCALE_CFLAGS) \
$(IAX_FLAGS) \
$(SIP_CFLAGS) \
-DCODECS_DIR=\""$(sflcodecdir)"\" \
-DPLUGINS_DIR=\""$(sflplugindir)"\" \
-DENABLE_TRACE \