aboutsummaryrefslogtreecommitdiffstats
path: root/channels/h323
diff options
context:
space:
mode:
authorkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2006-09-19 21:48:57 +0000
committerkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2006-09-19 21:48:57 +0000
commit44db0fbbd1492f8180bcb80f7f1c026ce5a1c0c2 (patch)
treeb31bc262cbf6e69a8c4926900f56161fb8ec172d /channels/h323
parent8ba37fe7cd4465ceeb75a97672775ffb516633dd (diff)
move this header to include where it belongs
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@43298 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'channels/h323')
-rw-r--r--channels/h323/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/channels/h323/Makefile b/channels/h323/Makefile
index df309e6f6..eea355ebd 100644
--- a/channels/h323/Makefile
+++ b/channels/h323/Makefile
@@ -6,7 +6,7 @@
.PHONY: Makefile.ast clean
-default:: opt
+default::
# Verify those options with main Makefile
STDCCFLAGS = -DNDEBUG
@@ -21,7 +21,7 @@ OBJDIR = .
OBJS =
ifndef OPENH323DIR
-OPENH323DIR=/usr/src/OpenH323/openh323
+OPENH323DIR=
endif
include $(OPENH323DIR)/openh323u.mak