projects
/
m6w6
/
libmemcached
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
|
github
raw
|
patch
| inline |
side by side
(parent:
5d44e2b
)
Fix symbol subst on libevent.
author
Brian Aker
<brian@tangent.org>
Mon, 31 Dec 2012 09:02:53 +0000
(
04:02
-0500)
committer
Brian Aker
<brian@tangent.org>
Mon, 31 Dec 2012 09:02:53 +0000
(
04:02
-0500)
example/include.am
patch
|
blob
|
history
diff --git
a/example/include.am
b/example/include.am
index 25fab6445051cd35acd7e471ede3e1a1bd21e3c7..c58a5ffbeaf7752d72dd950da5f030fcffdf6ee9 100644
(file)
--- a/
example/include.am
+++ b/
example/include.am
@@
-23,4
+23,4
@@
example_memcached_light_SOURCES+= util/daemon.cc
example_memcached_light_SOURCES+= util/pidfile.cc
example_memcached_light_LDADD+= libmemcached/libmemcachedprotocol.la
-example_memcached_light_LD
FLAGS+= @LIBEVENT_LDFLAGS
@
+example_memcached_light_LD
ADD+= @LIBEVENT_LIB
@