Changeset 4956:dc85aeaedd54 in roaraudio for Makefile.inc


Ignore:
Timestamp:
05/13/11 22:20:23 (13 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

Use zlib for gzip and zlib format (Closes: #29)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile.inc

    r4899 r4956  
    1010LIBROAR_V       = $(COMMON_SOVERSION) 
    1111NETLIBS         = $(lib_dnet) $(lib_wsock32) $(lib_ws2_32) 
    12 AUXLIBS         = $(lib_slp) $(lib_ssl) $(lib_gcrypt) $(lib_sendfile) $(lib_dl) $(lib_x11) 
     12AUXLIBS         = $(lib_slp) $(lib_ssl) $(lib_gcrypt) $(lib_sendfile) $(lib_dl) $(lib_x11) $(lib_z) 
    1313LIBROAR_NS      = $(AUXLIBS) $(NETLIBS) 
    1414 
Note: See TracChangeset for help on using the changeset viewer.