[Tuxnes-devel] Re: tuxnes: make dist and zlib fix.
Brought to you by:
tmmm
From: Jason D. S. <jd...@us...> - 2004-08-22 15:06:43
|
Mike Mestnik wrote: > if ZLIB > zlib_SRC=unzip.c unzip.h ziploader.c ziploader.h > endif > > tuxnes_SOURCES = $(zlib_SRC) > > Should this be... > > if ZLIB > zlib_SRC=unzip.c unzip.h ziploader.c ziploader.h > else > zlip_DIST=unzip.c unzip.h ziploader.c ziploader.h > endif > > tuxnes_SOURCES = $(zlib_SRC) > > EXTRA_DIST = $(zlib_DIST) Oops. This patch should fix it. (I do what Freeciv does - basically like what you have but a little simpler.) jason |