1
0
Fork 0

minor fix to configure.ac

This commit is contained in:
bagyenda 2007-04-24 13:07:27 +00:00
parent 561dafdca7
commit e84a8c67ab
3 changed files with 3 additions and 3 deletions

View File

@ -25,7 +25,7 @@ AC_MSG_RESULT([$M_VERSION])
AC_CONFIG_SRCDIR([mmlib/mms_util.c])
AC_CONFIG_AUX_DIR(autotools)
AM_INIT_AUTOMAKE([mbuni],[cvs])
AC_CONFIG_HEADERS([config.h])
AC_CONFIG_HEADERS([mbuni-config.h])
AM_MAINTAINER_MODE
AC_CANONICAL_HOST

View File

@ -16,7 +16,7 @@
#include "gwlib/gwlib.h"
#include "gwlib/mime.h"
#include "config.h"
#include "mbuni-config.h"
typedef struct mCfg mCfg; /* config file structure. */
typedef struct mCfgGrp mCfgGrp; /* A config group. */

View File

@ -16,7 +16,7 @@
#include "gwlib/gwlib.h"
#include "gwlib/mime.h"
#include "config.h"
#include "mbuni-config.h"
#include "mms_strings.h"
#include "mms_msg.h"
#include "mms_mm7soap.h"