svn:r48
This commit is contained in:
Niels Provos 2003-03-08 14:41:00 +00:00
parent 481799afd2
commit 251c7f6808
2 changed files with 3 additions and 1 deletions

View File

@ -2,7 +2,8 @@ AUTOMAKE_OPTIONS = foreign no-dependencies
SUBDIRS = . sample test
EXTRA_DIST = acconfig.h test/Makefile.in compat/err.h compat/sys/queue.h \
EXTRA_DIST = acconfig.h evsignal.h \
test/Makefile.in compat/err.h compat/sys/queue.h \
compat/sys/tree.h compat/sys/_time.h
lib_LIBRARIES = libevent.a

View File

@ -17,6 +17,7 @@ AC_PROG_INSTALL
AC_PROG_LN_S
dnl Checks for libraries.
AC_CHECK_LIB(socket, socket)
dnl Checks for header files.
AC_HEADER_STDC