2010-05-13 10:31:45 -07:00
|
|
|
pkgconfigdir = $(libdir)/pkgconfig
|
|
|
|
nodist_pkgconfig_DATA = libenet.pc
|
|
|
|
|
|
|
|
enetincludedir=$(includedir)/enet
|
|
|
|
enetinclude_HEADERS = \
|
|
|
|
include/enet/callbacks.h \
|
|
|
|
include/enet/enet.h \
|
|
|
|
include/enet/list.h \
|
|
|
|
include/enet/protocol.h \
|
|
|
|
include/enet/time.h \
|
|
|
|
include/enet/types.h \
|
|
|
|
include/enet/unix.h \
|
|
|
|
include/enet/utility.h \
|
|
|
|
include/enet/win32.h
|
|
|
|
|
|
|
|
lib_LTLIBRARIES = libenet.la
|
2010-06-09 14:16:23 -07:00
|
|
|
libenet_la_SOURCES = callbacks.c compress.c host.c list.c packet.c peer.c protocol.c unix.c win32.c
|
2010-05-13 10:31:45 -07:00
|
|
|
# see info '(libtool) Updating version info' before making a release
|
2013-08-15 15:19:06 -07:00
|
|
|
libenet_la_LDFLAGS = $(AM_LDFLAGS) -version-info 6:0:4
|
2011-11-28 14:37:24 -07:00
|
|
|
INCLUDES = -I$(top_srcdir)/include
|
2004-10-20 10:17:51 -07:00
|
|
|
|
2010-05-13 10:31:45 -07:00
|
|
|
ACLOCAL_AMFLAGS = -Im4
|