--------------------- PatchSet 2749 Date: 2001/08/13 12:04:24 Author: rbcollins Branch: squid-amake Tag: (none) Log: Add else clauses for automake if clauses Members: src/Makefile.am:1.1.2.30->1.1.2.31 Index: squid/src/Makefile.am =================================================================== RCS file: /cvsroot/squid-sf//squid/src/Makefile.am,v retrieving revision 1.1.2.30 retrieving revision 1.1.2.31 diff -u -r1.1.2.30 -r1.1.2.31 --- squid/src/Makefile.am 21 May 2001 10:57:10 -0000 1.1.2.30 +++ squid/src/Makefile.am 13 Aug 2001 12:04:24 -0000 1.1.2.31 @@ -15,10 +15,14 @@ if USE_SNMP SNMPSOURCE = snmp_core.c snmp_agent.c +else +SNMPSOURCE = endif if USE_DELAY_POOLS DELAY_POOL_SOURCE = delay_pools.c +else +DELAY_POOL_SOURCE = endif if ENABLE_HTCP @@ -27,19 +31,28 @@ if MAKE_LEAKFINDER LEAKFINDERSOURCE = leakfinder.c +else +LEAKFINDERSOURCE = endif if ENABLE_UNLINKD UNLINKDSOURCE = unlinkd.c UNLINKD = unlinkd +else +UNLINKDSOURCE = +UNLINKD = endif if ENABLE_SSL SSLSOURCE = ssl_support.c +else +SSLSOURCE = endif if ENABLE_WIN32SPECIFIC WIN32SOURCE = win32.c +else +WIN32SOURCE = endif SUBDIRS = fs repl auth