aboutsummaryrefslogtreecommitdiffstats
path: root/utils
diff options
context:
space:
mode:
authorkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2006-06-07 19:05:35 +0000
committerkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2006-06-07 19:05:35 +0000
commitcbd3156f728ca54bb4d1964c0581201f4dce6f0f (patch)
tree5f384909ae0c5e56d4aba225c885610317e8cd92 /utils
parent73c525e6e2dbcf452c2e78e44a63678f2b2068ea (diff)
move autoconfig.h to the include/asterisk directory so it will get installed
install asterisk.h include the system's default include directory git-svn-id: http://svn.digium.com/svn/asterisk/trunk@32860 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'utils')
-rw-r--r--utils/ael_main.c2
-rw-r--r--utils/astman.c2
-rw-r--r--utils/smsq.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/utils/ael_main.c b/utils/ael_main.c
index 69be09f06..5ac403007 100644
--- a/utils/ael_main.c
+++ b/utils/ael_main.c
@@ -1,4 +1,4 @@
-#include "autoconfig.h"
+#include "asterisk/autoconfig.h"
#include <sys/types.h>
#include <stdio.h>
diff --git a/utils/astman.c b/utils/astman.c
index b6dd9ec57..733f377b3 100644
--- a/utils/astman.c
+++ b/utils/astman.c
@@ -22,7 +22,7 @@
*
*/
-#include "autoconfig.h"
+#include "asterisk/autoconfig.h"
#include <newt.h>
#include <stdio.h>
diff --git a/utils/smsq.c b/utils/smsq.c
index 20b6d376e..4954e118b 100644
--- a/utils/smsq.c
+++ b/utils/smsq.c
@@ -17,7 +17,7 @@
* at the top of the source tree.
*/
-#include "autoconfig.h"
+#include "asterisk/autoconfig.h"
#include <stdio.h>
#include <popt.h>