From d61af3945f97ad1d58f74aec4ebac0e5acda78d2 Mon Sep 17 00:00:00 2001 From: matlads <> Date: Thu, 23 Jun 2005 11:47:37 +0000 Subject: [PATCH] correct typo including mms_mm7soap.c twice, should be mms_mm7soap.h --- mbuni/mmlib/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mbuni/mmlib/Makefile.am b/mbuni/mmlib/Makefile.am index 5368262..36dd7f1 100644 --- a/mbuni/mmlib/Makefile.am +++ b/mbuni/mmlib/Makefile.am @@ -1,5 +1,5 @@ noinst_LIBRARIES = libmms.a -libmms_a_SOURCES = mms_mmbox.h mms_mmbox.c mms_billing.c mms_billing.h mms_msg.c mms_msg.h mms_queue.c mms_queue.h mms_strings.c mms_strings.h mms_uaprof.c mms_uaprof.h mms_util.c mms_util.h mms_resolve.h mms_resolve.c mms_mm7soap.c mms_detokenize.h mms_mm7soap.c +libmms_a_SOURCES = mms_mmbox.h mms_mmbox.c mms_billing.c mms_billing.h mms_msg.c mms_msg.h mms_queue.c mms_queue.h mms_strings.c mms_strings.h mms_uaprof.c mms_uaprof.h mms_util.c mms_util.h mms_resolve.h mms_resolve.c mms_mm7soap.c mms_detokenize.h mms_mm7soap.h plugindir = $(libdir)/mbuni plugin_LTLIBRARIES = libmms_billing_shell.la libmms_resolve_shell.la libmms_detokenize_shell.la