1
0
Fork 0

*** empty log message ***

This commit is contained in:
bagyenda 2008-06-26 14:42:26 +00:00
parent 47172dbb5f
commit 505e998657
3 changed files with 8 additions and 0 deletions

View File

@ -1,5 +1,6 @@
2008-06-26 P. A. Bagyenda <bagyenda@dsmagic.com>
* Added pgsql-queue into build process (configure.ac)
* Misc. Changes to pluggable mmsbox-mmsc interface
2008-06-24 P. A. Bagyenda <bagyenda@dsmagic.com>
* Improved queue information: Included source interface
* Extra identifying headers on MMS2Email interface

4
mbuni/extras/Makefile.am Normal file
View File

@ -0,0 +1,4 @@
if BUILD_PGSQLQ
X = pgsql-queue
endif
SUBDIRS = $(X)

View File

@ -0,0 +1,3 @@
lib_LTLIBRARIES = libmms_pgsql_queue.la
libmms_pgsql_queue_la_SOURCES = mms_pgsql_queue.c
libmms_pgsql_queue_la_LDFLAGS = -module