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

19 lines
240 B
Text
Raw Normal View History

dnl ---- configure.ac for gb.net
AC_INIT(configure.ac)
GB_INIT(gb.net)
AC_PROG_LIBTOOL
GB_COMPONENT(
net,
NET,
[Networking component],
[src],
[],
[],
[$C_LIB $THREAD_LIB],
[$THREAD_INC])
AC_OUTPUT(Makefile src/Makefile)