change to automake

svn:r9
This commit is contained in:
Niels Provos 2002-04-09 17:02:38 +00:00
parent 61cb68467c
commit 6c6c936bcb
2 changed files with 13 additions and 1 deletions

11
Makefile.am Normal file
View File

@ -0,0 +1,11 @@
AUTOMAKE_OPTIONS = foreign no-dependencies
EXTRA_DIST = acconfig.h
lib_LIBRARIES = libevent.a
libevent_a_SOURCES = event.c select.c @EVSRCS@
include_HEADERS = event.h
man_MANS = event.3

View File

@ -2,7 +2,8 @@ dnl configure.in for libevent
dnl Dug Song <dugsong@monkey.org> dnl Dug Song <dugsong@monkey.org>
AC_INIT(event.c) AC_INIT(event.c)
AC_CONFIG_HEADER(config.h) AM_INIT_AUTOMAKE(libevent,0.4)
AM_CONFIG_HEADER(config.h)
dnl Initialize prefix. dnl Initialize prefix.
if test "$prefix" = "NONE"; then if test "$prefix" = "NONE"; then