--------------------- PatchSet 5983 Date: 2007/10/19 16:33:48 Author: rousskov Branch: ecap Tag: (none) Log: Added libLtdl to SUBDIRS if USE_LOADABLE_MODULES. Members: lib/Makefile.am:1.22->1.22.2.1 Index: squid3/lib/Makefile.am =================================================================== RCS file: /cvsroot/squid-sf//squid3/lib/Makefile.am,v retrieving revision 1.22 retrieving revision 1.22.2.1 diff -u -r1.22 -r1.22.2.1 --- squid3/lib/Makefile.am 27 Aug 2007 13:52:19 -0000 1.22 +++ squid3/lib/Makefile.am 19 Oct 2007 16:33:48 -0000 1.22.2.1 @@ -1,10 +1,18 @@ ## Process this file with automake to produce Makefile.in # -# $Id: Makefile.am,v 1.22 2007/08/27 13:52:19 squidadm Exp $ +# $Id: Makefile.am,v 1.22.2.1 2007/10/19 16:33:48 rousskov Exp $ # -DIST_SUBDIRS = libTrie -SUBDIRS= libTrie +if USE_LOADABLE_MODULES +DIST_SUBDIRS = libLtdl +SUBDIRS = libLtdl +else +DIST_SUBDIRS = +SUBDIRS = +endif + +DIST_SUBDIRS += libTrie +SUBDIRS += libTrie install: all install-strip: all