ba19f3c1dd
git-svn-id: svn://localhost/gambas/trunk@893 867c0c6c-44f3-4631-809d-bfa615b0a4ec
16 lines
216 B
Text
16 lines
216 B
Text
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 )
|