mirror of
https://github.com/cuberite/libevent.git
synced 2025-09-22 19:01:18 -04:00
change to automake
svn:r9
This commit is contained in:
parent
61cb68467c
commit
6c6c936bcb
11
Makefile.am
Normal file
11
Makefile.am
Normal 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
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user