projects
/
zakauthe
/
plugins
/
ldap
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b7e84a2
)
Missing LDFLAGS for compile on windows.
master
0.0.1
author
Andrea Zagli
<azagli@libero.it>
Sun, 14 Feb 2010 13:35:45 +0000
(14:35 +0100)
committer
Andrea Zagli
<azagli@libero.it>
Sun, 14 Feb 2010 13:35:45 +0000
(14:35 +0100)
src/Makefile.am
patch
|
blob
|
history
diff --git
a/src/Makefile.am
b/src/Makefile.am
index 8cac9e1acb0bfabf6a11334d811a59c1c6de544e..1de72504e9afcf4c953ab80f4916efb978617ec4 100644
(file)
--- a/
src/Makefile.am
+++ b/
src/Makefile.am
@@
-13,3
+13,5
@@
libaute_pluginsdir = $(libdir)/libaute/plugins
libaute_plugins_LTLIBRARIES = libaute-ldap.la
libaute_ldap_la_SOURCES = aute_ldap.c
+
+libaute_ldap_la_LDFLAGS = -no-undefined