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
|