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:43:43 -0500
commit36194f13ae01a7f5578104fcb7e022fe81c83464 (patch)
tree8a24e9a6859e5f12e64393ad5ab293d8fda8223b /pjsip-apps
parent71174079bbdbf51e3f232d2591b3ab6b6d75c6f8 (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: