[xmlsec] fix 674561 - linker flags in examples



commit 4a7643298b2f74ec3878ac9c9e42bf4b89b73eb4
Author: Aleksey Sanin <aleksey aleksey com>
Date:   Thu Jul 26 19:34:07 2012 -0700

    fix 674561 -  linker flags in examples

 examples/Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/examples/Makefile b/examples/Makefile
index 5c87150..a237b98 100644
--- a/examples/Makefile
+++ b/examples/Makefile
@@ -11,7 +11,7 @@ PROGRAMS = \
 
 CC	= gcc
 CFLAGS	+= -g $(shell xmlsec1-config --cflags) -DUNIX_SOCKETS
-LDFLAGS	+= -g $(shell xmlsec1-config --libs)
+LDLIBS	+= -g $(shell xmlsec1-config --libs)
 
 all: $(PROGRAMS)
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]