gambas-source-code/gb.net.smtp/src/Makefile.am
Benoît Minisini c9dd8bcefe [INTERPRETER]
* BUG: Fixes the string management optimizations.
* OPT: Optimization of the string search function (InStr, RInstr).
* OPT: Optimization of the Split() function.
* OPT: Optimization of local variables initialization when entering a
  method.

[GB.NET.SMTP]
* BUG: Fixes the Makefile.am file so that the component compiles if the 
  glib library is installed in a non-standard directory.

[GB.QTE.EXT]
* BUG: Fixes the gb.qte.ext.component file.



git-svn-id: svn://localhost/gambas/trunk@1203 867c0c6c-44f3-4631-809d-bfa615b0a4ec
2008-03-19 23:50:34 +00:00

15 lines
413 B
Makefile

COMPONENT = gb.net.smtp
include $(top_srcdir)/component.am
INCLUDES = @SMTP_INC@
gblib_LTLIBRARIES = gb.net.smtp.la
gb_net_smtp_la_LIBADD = @SMTP_LIB@
gb_net_smtp_la_LDFLAGS = -module @LD_FLAGS@ @SMTP_LDFLAGS@
gb_net_smtp_la_SOURCES = main.c main.h \
libsmtp.h libsmtp_comm.c libsmtp_connection.c libsmtp_data.c libsmtp_error.c \
libsmtp_mime.h base64.c comm.c parts.c quoted.c \
CSmtpClient.h CSmtpClient.c