gambas-source-code/gb.net.smtp/configure.ac

17 lines
216 B
Text
Raw Normal View History

dnl ---- configure.ac for gb.net.smtp
AC_INIT(configure.ac)
GB_INIT(gb.net.smtp)
AC_PROG_LIBTOOL
GB_COMPONENT_PKG_CONFIG(
smtp,
SMTP,
[STMP client],
[src],
glib-2.0)
AC_OUTPUT( Makefile src/Makefile )