1
0
Fork 0

fixed compilation issues

This commit is contained in:
bagyenda 2011-10-03 14:16:24 +00:00
parent 3cd18abe87
commit 1eb8f06cb6
3 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,5 @@
2011-10-03 P. A. Bagyenda <bagyenda@dsmagic.com>
* Fixed: compilation issue
2011-09-23 P. A. Bagyenda <bagyenda@dsmagic.com>
* Fixed handling of received MM4_delivery_report.RES in mmsc code (thanks to Franz Schwartau (franzi at eletromail.org)
2011-09-20 P. A. Bagyenda <bagyenda@dsmagic.com>

View File

@ -32,6 +32,7 @@ enum MmsBoxAlarms {
MMSBOX_ALARM_MM7_NON_200_RESULT,
MMSBOX_ALARM_RETRIEVE_MMS_ERROR,
MMSBOX_ALARM_MM4_PARSING_FAILURE,
MMSBOX_ALARM_MM1_ADDRESS_RESOLUTION_ERROR,
MMSBOX_ALARM_MAX_ALARM /* Must be last one */
};

View File

@ -1,4 +1,4 @@
libmms = $(top_builddir)/mmlib/libmms.a
libmms = $(top_builddir)/mmlib/libmms.la
libmmsc = libmmsc.a
noinst_LIBRARIES = libmmsc.a