[ENet-discuss] [PATCH] Out of source build

Lee Salzman lsalzman at gmail.com
Mon Nov 28 07:16:52 PST 2011


Okay, added.

On 11/28/2011 10:27 PM, Dennis Schridde wrote:
> Hello!
>
> Currently out-of-source builds are tricky, because the to-be-build version of
> enet header files is not in the path. Following patch fixes this:
>
> --- Makefile.am.orig    2011-11-28 21:09:36.084000037 +0100
> +++ Makefile.am 2011-11-28 21:11:31.890000038 +0100
> @@ -17,6 +17,6 @@
>   libenet_la_SOURCES = callbacks.c compress.c host.c list.c packet.c peer.c
> protocol.c unix.c win32.c
>   # see info '(libtool) Updating version info' before making a release
>   libenet_la_LDFLAGS = $(AM_LDFLAGS) -version-info 1:3:0
> -INCLUDES = -Iinclude
> +INCLUDES = -I$(top_srcdir)/include
>
>   ACLOCAL_AMFLAGS = -Im4
>
> Kind regards,
> Dennis
>
>
> _______________________________________________
> ENet-discuss mailing list
> ENet-discuss at cubik.org
> http://lists.cubik.org/mailman/listinfo/enet-discuss



More information about the ENet-discuss mailing list