summaryrefslogtreecommitdiff
path: root/pjsip-apps
diff options
context:
space:
mode:
authorJason Parker <jparker@digium.com>2013-02-15 12:54:17 -0600
committerJason Parker <jparker@digium.com>2013-03-11 15:24:47 -0500
commitaa978eb3db4ea3b63566965a11730d5ff5da3500 (patch)
tree8a24e9a6859e5f12e64393ad5ab293d8fda8223b /pjsip-apps
parentf3d98ed4613b4832ea37cbeacb0f710b72107fa1 (diff)
More fixes for dependencies, and to be more consistent.
Diffstat (limited to 'pjsip-apps')
-rw-r--r--pjsip-apps/build/Samples.mak2
1 files changed, 1 insertions, 1 deletions
diff --git a/pjsip-apps/build/Samples.mak b/pjsip-apps/build/Samples.mak
index 658db4d..b13df53 100644
--- a/pjsip-apps/build/Samples.mak
+++ b/pjsip-apps/build/Samples.mak
@@ -52,7 +52,7 @@ EXES := $(foreach file, $(SAMPLES), $(file)$(HOST_EXE))
all: $(EXES)
$(EXES):
- $(MAKE) --no-print-directory -f $(RULES_MAK) SAMPLE_SRCDIR=$(SRCDIR) SAMPLE_OBJS=$@.o SAMPLE_LDFLAGS="$(_LDFLAGS)" SAMPLE_EXE=$@ APP=SAMPLE app=sample $(subst /,$(HOST_PSEP),$(BINDIR)/$@)
+ $(MAKE) --no-print-directory -f $(RULES_MAK) SAMPLE_SRCDIR=$(SRCDIR) SAMPLE_OBJS=$@.o SAMPLE_CFLAGS="$(_CFLAGS)" SAMPLE_LDFLAGS="$(_LDFLAGS)" SAMPLE_EXE=$@ APP=SAMPLE app=sample $(subst /,$(HOST_PSEP),$(BINDIR)/$@)
depend: