[Tuxnes-devel] tuxnes: make dist and zlib fix.
Brought to you by:
tmmm
From: Mike M. <che...@ya...> - 2004-08-22 09:37:26
|
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) _______________________________ Do you Yahoo!? Win 1 of 4,000 free domain names from Yahoo! Enter now. http://promotions.yahoo.com/goldrush |