Deleted Added
full compact
Makefile.am (282408) Makefile.am (289764)
1# Makefile.am for libevent
2# Copyright 2000-2007 Niels Provos
3# Copyright 2007-2012 Niels Provos and Nick Mathewson
4#
5# See LICENSE for copying information.
6
7# 'foreign' means that we're not enforcing GNU package rules strictly.
8# '1.9' means that we need automake 1.9 or later (and we do).

--- 126 unchanged lines hidden (view full) ---

135EXTRA_SOURCE=
136noinst_HEADERS=
137noinst_PROGRAMS=
138EXTRA_PROGRAMS=
139CLEANFILES=
140DISTCLEANFILES=
141BUILT_SOURCES =
142include include/include.am
1# Makefile.am for libevent
2# Copyright 2000-2007 Niels Provos
3# Copyright 2007-2012 Niels Provos and Nick Mathewson
4#
5# See LICENSE for copying information.
6
7# 'foreign' means that we're not enforcing GNU package rules strictly.
8# '1.9' means that we need automake 1.9 or later (and we do).

--- 126 unchanged lines hidden (view full) ---

135EXTRA_SOURCE=
136noinst_HEADERS=
137noinst_PROGRAMS=
138EXTRA_PROGRAMS=
139CLEANFILES=
140DISTCLEANFILES=
141BUILT_SOURCES =
142include include/include.am
143include sample/include.am
143#include sample/include.am
144include test/include.am
145
146if BUILD_WIN32
147
148SYS_LIBS = -lws2_32 -lshell32 -ladvapi32
149SYS_SRC = win32select.c evthread_win32.c buffer_iocp.c event_iocp.c \
150 bufferevent_async.c
151SYS_INCLUDES = -IWIN32-Code -IWIN32-Code/nmake

--- 152 unchanged lines hidden ---
144include test/include.am
145
146if BUILD_WIN32
147
148SYS_LIBS = -lws2_32 -lshell32 -ladvapi32
149SYS_SRC = win32select.c evthread_win32.c buffer_iocp.c event_iocp.c \
150 bufferevent_async.c
151SYS_INCLUDES = -IWIN32-Code -IWIN32-Code/nmake

--- 152 unchanged lines hidden ---