mirror of
https://github.com/libevent/libevent.git
synced 2025-01-09 00:56:20 +08:00
sync
svn:r48
This commit is contained in:
parent
481799afd2
commit
251c7f6808
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user