X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2FMakefile.am;h=8964796fd797a062906f98e98709ef1f3d8f3d57;hb=0a1e9944179033c72f1fa9f9c13fabddc1945aeb;hp=897df4032e79f5c3006c34b3e81a7f88cf1b9814;hpb=6d9e8305bb173398dc9b886070a72b40618304ca;p=yaz-moved-to-github.git diff --git a/src/Makefile.am b/src/Makefile.am index 897df40..8964796 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,6 +1,6 @@ ## Copyright (C) 1994-2003, Index Data ## All rights reserved. -## $Id: Makefile.am,v 1.5 2004-01-12 12:11:57 adam Exp $ +## $Id: Makefile.am,v 1.6 2004-02-09 09:54:58 adam Exp $ if ISTHR thrlib=libyazthread.la @@ -159,9 +159,9 @@ thr-eventl.lo: eventl.c # SSL versions of objects. ssl-comstack.lo: comstack.c - $(LTCOMPILE) $(SSL_FLAGS) -c $(srcdir)/comstack.c -o ssl-comstack.lo + $(LTCOMPILE) $(SSL_CFLAGS) $(SSL_DEFS) -c $(srcdir)/comstack.c -o ssl-comstack.lo ssl-tcpip.lo: tcpip.c - $(LTCOMPILE) $(SSL_FLAGS) -c $(srcdir)/tcpip.c -o ssl-tcpip.lo + $(LTCOMPILE) $(SSL_CFLAGS) $(SSL_DEFS) -c $(srcdir)/tcpip.c -o ssl-tcpip.lo