It's ldflags, not libs... that may help
authoraland <aland>
Thu, 3 Jan 2008 22:44:47 +0000 (22:44 +0000)
committeraland <aland>
Thu, 3 Jan 2008 22:44:47 +0000 (22:44 +0000)
src/modules/rlm_opendirectory/Makefile.in

index 5475608..5ef8eb3 100644 (file)
@@ -1,7 +1,7 @@
 TARGET     = @targetname@
 SRCS       = rlm_opendirectory.c
 HEADERS    =
-RLM_LIBS   = @od_ldflags@
+RLM_LDFLAGS = @od_ldflags@
 RLM_CFLAGS = @od_cflags@
 
 include ../rules.mak