From 825d6d7c99fdcba913120c98a5cc3014b30636b2 Mon Sep 17 00:00:00 2001 From: Russell Bryant <russell@russellbryant.com> Date: Sat, 15 Apr 2006 15:34:57 +0000 Subject: [PATCH] Big oops. I did this from my trunk directory instead of autoconf_and_menuselect ... git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@20297 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- channels/h323/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/channels/h323/Makefile b/channels/h323/Makefile index c7d0d34829..0e9266164e 100644 --- a/channels/h323/Makefile +++ b/channels/h323/Makefile @@ -7,7 +7,7 @@ # Verify those options with main Makefile STDCCFLAGS += -DNDEBUG STDCCFLAGS += $(shell grep ^DEBUG_THREADS ../../Makefile | sed -e "s/^DEBUG_THREADS[ ]*=//" -e "s/\([^\#]*\)\#.*/\1/") -STDCCFLAGS += -I../../include -include autoconfig.h +STDCCFLAGS += -I../../include STDCCFLAGS += -Wmissing-prototypes STDCCFLAGS += -fPIC #OPTCCFLAGS += -- GitLab