From 26a2b7c6d573ffeb1dcd690a5cf50223dee90e1b Mon Sep 17 00:00:00 2001 From: russell Date: Thu, 11 May 2006 09:50:41 +0000 Subject: change the CFLAGS controlled by menuselect to be placed in a header file instead of being added to the compiler commands. This header file will be installed and modules built outside of the main tree will be able to use the same build options used to build the rest of Asterisk. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@26808 f38db490-d61c-443f-a65b-d21fe96a405b --- include/autoconfig.h.in | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include') diff --git a/include/autoconfig.h.in b/include/autoconfig.h.in index 2e71520e2..082755c28 100644 --- a/include/autoconfig.h.in +++ b/include/autoconfig.h.in @@ -1,5 +1,9 @@ /* include/autoconfig.h.in. Generated from configure.ac by autoheader. */ +#ifndef MENUSELECT +#include "asterisk/buildopts.h" +#endif + #ifndef _REENTRANT #define _REENTRANT #endif -- cgit v1.2.3